summaryrefslogtreecommitdiff
path: root/xs_time.h
diff options
context:
space:
mode:
authorGravatar default2025-04-13 09:51:44 +0200
committerGravatar default2025-04-13 09:51:44 +0200
commitd78bd5a4f98fab9c7eb82837b0d783cdd28d00ca (patch)
treec7d5d2c5e1e127fdbc6af1269b2577db3f13e59d /xs_time.h
parentFixed offset sign because I'm a MORON. (diff)
downloadsnac2-d78bd5a4f98fab9c7eb82837b0d783cdd28d00ca.tar.gz
snac2-d78bd5a4f98fab9c7eb82837b0d783cdd28d00ca.tar.xz
snac2-d78bd5a4f98fab9c7eb82837b0d783cdd28d00ca.zip
Added more timezones.
Diffstat (limited to '')
-rw-r--r--xs_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs_time.h b/xs_time.h
index eaced75..4da9463 100644
--- a/xs_time.h
+++ b/xs_time.h
@@ -145,7 +145,9 @@ struct {
145 { "GMT-13", 13 }, 145 { "GMT-13", 13 },
146 { "GMT-14", 14 }, 146 { "GMT-14", 14 },
147 { "GMT-15", 15 }, 147 { "GMT-15", 15 },
148 { "WET", 0 },
148 { "CET", -1 }, 149 { "CET", -1 },
150 { "AST", -4 },
149 { "CST", -6 }, 151 { "CST", -6 },
150 { "MST", -7 }, 152 { "MST", -7 },
151 { "PST", -8 }, 153 { "PST", -8 },