Skip to content

Commit 1a5763c

Browse files
Merge pull request #154 from felixge/z-mask-documentation
📝 Fix Issue with Z Mask Documentation
2 parents eb8f0d3 + 5608fdb commit 1a5763c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dateFormat(now, "N");
108108
| `T` | Uppercase, single-character time marker string: A or P. |
109109
| `TT` | Uppercase, two-character time marker string: AM or PM. |
110110
| `W` | ISO 8601 week number of the year, e.g. 42 |
111-
| `Z` | US timezone abbreviation, e.g. EST or MDT. With non-US timezones or in the |
111+
| `Z` | US timezone abbreviation, e.g. EST or MDT. For non-US timezones, the GMT/UTC offset is returned, e.g. GMT-0500 |
112112
| `'...'`, `"..."` | Literal character sequence. Surrounding quotes are removed. |
113113
| `UTC:` | Must be the first four characters of the mask. Converts the date from local time to UTC/GMT/Zulu time before applying the mask. The "UTC:" prefix is removed. |
114114

0 commit comments

Comments
 (0)