- Notifications
You must be signed in to change notification settings - Fork28
Commit7fb2753
committed
Modify the new to_timestamp implementation so that end-of-format-string
is treated like a non-digit separator. This fixes the inconsistency inexamples like:to_timestamp('2008-01-2', 'YYYY-MM-DD') -- didn't workandto_timestamp('2008-1-02', 'YYYY-MM-DD') -- did work1 parentec543db commit7fb2753
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
1678 | 1678 |
| |
1679 | 1679 |
| |
1680 | 1680 |
| |
| 1681 | + | |
1681 | 1682 |
| |
1682 |
| - | |
| 1683 | + | |
1683 | 1684 |
| |
1684 | 1685 |
| |
1685 | 1686 |
| |
|
0 commit comments
Comments
(0)