aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-04-13 09:51:44 +0200
committerdefault <nobody@localhost>2025-04-13 09:51:44 +0200
commitd78bd5a4f98fab9c7eb82837b0d783cdd28d00ca (patch)
treec7d5d2c5e1e127fdbc6af1269b2577db3f13e59d
parentf1f288699805b13bcd8f296667923ae5d2ae45ed (diff)
Added more timezones.
-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 {
{ "GMT-13", 13 },
{ "GMT-14", 14 },
{ "GMT-15", 15 },
+ { "WET", 0 },
{ "CET", -1 },
+ { "AST", -4 },
{ "CST", -6 },
{ "MST", -7 },
{ "PST", -8 },