File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ The following patterns are currently implemented for datetime to string conversi
22
22
| DDD | Day of the Year (001 - 366) |
23
23
| DY | Short name of the Day (Mon) |
24
24
| J | Julian Day (number of days since January 1, 4712 BC) |
25
- | HH / HH12 | Hour of the Day (01 - 12) without Period (for Period use A.M or P.M.) |
25
+ | HH / HH12 | Hour of the Day (01 - 12) without Period (for Period use A.M. or P.M.) |
26
26
| HH24 | Hour of the Day (00 - 23) |
27
27
| MI | Minutes (00 - 59) |
28
28
| SS | Seconds (00 - 59) |
29
29
| SSSSS | Seconds after midnight (0 - 86399) |
30
30
| FF1 - FF9 | Fractional seconds with the specified accuracy |
31
31
| A.M. / P.M. | Period for 12 hours time (it doesn't matter which one is used, period will be inserted based on time) |
32
- | TZH | Time zone in Hours (-14 - 14) |
32
+ | TZH | Time zone in Hours (-14 - 14) |
33
33
| TZM | Time zone in Minutes (00 - 59) |
34
34
| TZR | Time zone Name |
35
35
@@ -60,7 +60,7 @@ Example:
60
60
```
61
61
SELECT CAST(CURRENT_TIMESTAMP AS VARCHAR(45) FORMAT 'DD.MM.YEAR HH24:MI:SS "is" J "Julian day"') FROM RDB$DATABASE;
62
62
=========================
63
- 14.6 .2023 15:41:29 is 2460110 Julian day
63
+ 14.06 .2023 15:41:29 is 2460110 Julian day
64
64
```
65
65
66
66
## 2. STRING TO DATETIME
You can’t perform that action at this time.
0 commit comments