Commit a01ead1
committed
chore: use G instead of H when format a date
G will return 0 to 23
H will return 00 to 23
G will return without left zero when is a number with only a digit.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent f5daf44 commit a01ead1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments