diff options
| author | 2025-04-16 05:05:51 +0200 | |
|---|---|---|
| committer | 2025-04-16 05:05:51 +0200 | |
| commit | aa2539104d1a2c0c0bc985d269255fe7c3e00715 (patch) | |
| tree | 9d0f5ae25e4debf6947300ea4d8e03639e9e4fad /xs_time.h | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-aa2539104d1a2c0c0bc985d269255fe7c3e00715.tar.gz penes-snac2-aa2539104d1a2c0c0bc985d269255fe7c3e00715.tar.xz penes-snac2-aa2539104d1a2c0c0bc985d269255fe7c3e00715.zip | |
Also added UTC+... timezones.
Diffstat (limited to 'xs_time.h')
| -rw-r--r-- | xs_time.h | 27 |
1 files changed, 27 insertions, 0 deletions
| @@ -148,6 +148,33 @@ struct { | |||
| 148 | { "AEDT (Australian Daylight Eastern Time)", 11 }, | 148 | { "AEDT (Australian Daylight Eastern Time)", 11 }, |
| 149 | { "NZST (New Zealand Time)", 12 }, | 149 | { "NZST (New Zealand Time)", 12 }, |
| 150 | { "NZDT (New Zealand Daylight Time)", 13 }, | 150 | { "NZDT (New Zealand Daylight Time)", 13 }, |
| 151 | { "UTC", 0 }, | ||
| 152 | { "UTC+1", 1 }, | ||
| 153 | { "UTC+2", 2 }, | ||
| 154 | { "UTC+3", 3 }, | ||
| 155 | { "UTC+4", 4 }, | ||
| 156 | { "UTC+5", 5 }, | ||
| 157 | { "UTC+6", 6 }, | ||
| 158 | { "UTC+7", 7 }, | ||
| 159 | { "UTC+8", 8 }, | ||
| 160 | { "UTC+9", 9 }, | ||
| 161 | { "UTC+10", 10 }, | ||
| 162 | { "UTC+11", 11 }, | ||
| 163 | { "UTC+12", 12 }, | ||
| 164 | { "UTC-1", -1 }, | ||
| 165 | { "UTC-2", -2 }, | ||
| 166 | { "UTC-3", -3 }, | ||
| 167 | { "UTC-4", -4 }, | ||
| 168 | { "UTC-5", -5 }, | ||
| 169 | { "UTC-6", -6 }, | ||
| 170 | { "UTC-7", -7 }, | ||
| 171 | { "UTC-8", -8 }, | ||
| 172 | { "UTC-9", -9 }, | ||
| 173 | { "UTC-10", -10 }, | ||
| 174 | { "UTC-11", -11 }, | ||
| 175 | { "UTC-12", -12 }, | ||
| 176 | { "UTC-13", -13 }, | ||
| 177 | { "UTC-14", -14 }, | ||
| 151 | { "GMT", 0 }, | 178 | { "GMT", 0 }, |
| 152 | { "GMT+1", -1 }, | 179 | { "GMT+1", -1 }, |
| 153 | { "GMT+2", -2 }, | 180 | { "GMT+2", -2 }, |