Skip to content

Commit ee51768

Browse files
committed
Update README.md
1 parent 2d23952 commit ee51768

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@ console.log(date.format("UTC: Day {YY}/{MM}/{DD} at {hh}:{mm}:{ss} and {mss}ms",
4242
+ **h**: hour without leading zeros 0-23. **hh** hour 2 digits.
4343
+ **m**: minutes without leading zeros 0-59. **mm** minutes 2 digits.
4444
+ **s**: seconds without leading zeros 0-59. **ss** seconds 2 digits.
45-
+ **ms**: milliseconds without leading zeros 0-999. **mss** milliseconds 4 digits.
45+
+ **ms**: milliseconds without leading zeros 0-999. **mss** milliseconds 4 digits.
4646

47+
NEW:
48+
49+
+ **tz**: Timezone difference between UTC and Local Time in minutes
50+
+ **tzh**: Timezone difference between UTC and Local Time in hours
4751

4852
## Licence
4953
MIT
@@ -92,6 +96,10 @@ console.log(date.format("UTC: Day {YY}/{MM}/{DD} at {hh}:{mm}:{ss} and {mss}ms",
9296
+ **s**: segundos sin ceros iniciales 0-59. **ss** segundos en 2 dígitos.
9397
+ **ms**: milisegundos sin ceros iniciales 0-999. **mss** milisegundos 4 dígitos.
9498
99+
NEW:
100+
101+
+ **tz**: Diferencia de la zona horaria con respecto a UTC en minutos
102+
+ **tzh**: Diferencia de la zona horaria con respecto a UTC en horas
95103
96104
## Licencia
97105
MIT

0 commit comments

Comments
 (0)