summaryrefslogtreecommitdiff
path: root/xs_time.h
diff options
context:
space:
mode:
authorGravatar default2025-04-16 05:05:51 +0200
committerGravatar default2025-04-16 05:05:51 +0200
commitaa2539104d1a2c0c0bc985d269255fe7c3e00715 (patch)
tree9d0f5ae25e4debf6947300ea4d8e03639e9e4fad /xs_time.h
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-aa2539104d1a2c0c0bc985d269255fe7c3e00715.tar.gz
snac2-aa2539104d1a2c0c0bc985d269255fe7c3e00715.tar.xz
snac2-aa2539104d1a2c0c0bc985d269255fe7c3e00715.zip
Also added UTC+... timezones.
Diffstat (limited to 'xs_time.h')
-rw-r--r--xs_time.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/xs_time.h b/xs_time.h
index 4347e09..a5792bc 100644
--- a/xs_time.h
+++ b/xs_time.h
@@ -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 },