From aa2539104d1a2c0c0bc985d269255fe7c3e00715 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 16 Apr 2025 05:05:51 +0200 Subject: Also added UTC+... timezones. --- xs_time.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 { { "AEDT (Australian Daylight Eastern Time)", 11 }, { "NZST (New Zealand Time)", 12 }, { "NZDT (New Zealand Daylight Time)", 13 }, + { "UTC", 0 }, + { "UTC+1", 1 }, + { "UTC+2", 2 }, + { "UTC+3", 3 }, + { "UTC+4", 4 }, + { "UTC+5", 5 }, + { "UTC+6", 6 }, + { "UTC+7", 7 }, + { "UTC+8", 8 }, + { "UTC+9", 9 }, + { "UTC+10", 10 }, + { "UTC+11", 11 }, + { "UTC+12", 12 }, + { "UTC-1", -1 }, + { "UTC-2", -2 }, + { "UTC-3", -3 }, + { "UTC-4", -4 }, + { "UTC-5", -5 }, + { "UTC-6", -6 }, + { "UTC-7", -7 }, + { "UTC-8", -8 }, + { "UTC-9", -9 }, + { "UTC-10", -10 }, + { "UTC-11", -11 }, + { "UTC-12", -12 }, + { "UTC-13", -13 }, + { "UTC-14", -14 }, { "GMT", 0 }, { "GMT+1", -1 }, { "GMT+2", -2 }, -- cgit v1.2.3