Add GMT timezone to Timezones list

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-07-21 22:50:59 -06:00
parent 4ac631a944
commit 5dc8d1e97c
+6
View File
@@ -14,6 +14,12 @@ var Timezones = []Timezone{
Name: "(GMT+00:00) UTC",
Utc: "+00:00",
},
{
Label: "GMT (GMT+00:00)",
TzCode: "GMT",
Name: "(GMT+00:00) GMT",
Utc: "+00:00",
},
{
Label: "Pacific/Midway (GMT-11:00)",
TzCode: "Pacific/Midway",