Skip to content

Commit

Permalink
done some chores
Browse files Browse the repository at this point in the history
  • Loading branch information
massivefermion committed Dec 18, 2024
1 parent eb57b1d commit 6bbd95b
Show file tree
Hide file tree
Showing 5 changed files with 678 additions and 412 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: '26'
gleam-version: '1.2'
gleam-version: '1.6'

- run: |
version="v$(cat gleam.toml | grep -m 1 "version" | sed -r "s/version *= *\"([[:digit:].]+)\"/\1/")"
Expand Down
76 changes: 36 additions & 40 deletions src/birl/zones.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ pub const list = [
#("Asia/Aqtobe", 18_000), #("Asia/Ashgabat", 18_000), #("Asia/Atyrau", 18_000),
#("Asia/Baghdad", 10_800), #("Asia/Baku", 14_400), #("Asia/Bangkok", 25_200),
#("Asia/Barnaul", 25_200), #("Asia/Beirut", 7200), #("Asia/Bishkek", 21_600),
#("Asia/Chita", 32_400), #("Asia/Choibalsan", 28_800),
#("Asia/Colombo", 19_800), #("Asia/Damascus", 10_800), #("Asia/Dhaka", 21_600),
#("Asia/Dili", 32_400), #("Asia/Dubai", 14_400), #("Asia/Dushanbe", 18_000),
#("Asia/Famagusta", 7200), #("Asia/Gaza", 7200), #("Asia/Hebron", 7200),
#("Asia/Ho_Chi_Minh", 25_200), #("Asia/Hong_Kong", 28_800),
#("Asia/Hovd", 25_200), #("Asia/Irkutsk", 28_800), #("Asia/Jakarta", 25_200),
#("Asia/Jayapura", 32_400), #("Asia/Jerusalem", 7200), #("Asia/Kabul", 16_200),
#("Asia/Chita", 32_400), #("Asia/Colombo", 19_800), #("Asia/Damascus", 10_800),
#("Asia/Dhaka", 21_600), #("Asia/Dili", 32_400), #("Asia/Dubai", 14_400),
#("Asia/Dushanbe", 18_000), #("Asia/Famagusta", 7200), #("Asia/Gaza", 7200),
#("Asia/Hebron", 7200), #("Asia/Ho_Chi_Minh", 25_200),
#("Asia/Hong_Kong", 28_800), #("Asia/Hovd", 25_200), #("Asia/Irkutsk", 28_800),
#("Asia/Jakarta", 25_200), #("Asia/Jayapura", 32_400),
#("Asia/Jerusalem", 7200), #("Asia/Kabul", 16_200),
#("Asia/Kamchatka", 43_200), #("Asia/Karachi", 18_000),
#("Asia/Kathmandu", 20_700), #("Asia/Khandyga", 32_400),
#("Asia/Kolkata", 19_800), #("Asia/Krasnoyarsk", 25_200),
Expand Down Expand Up @@ -117,20 +117,18 @@ pub const list = [
#("Australia/Darwin", 34_200), #("Australia/Eucla", 31_500),
#("Australia/Hobart", 36_000), #("Australia/Lindeman", 36_000),
#("Australia/Lord_Howe", 37_800), #("Australia/Melbourne", 36_000),
#("Australia/Perth", 28_800), #("Australia/Sydney", 36_000), #("CET", 3600),
#("CST6CDT", -21_600), #("EET", 7200), #("EST", -18_000),
#("EST5EDT", -18_000), #("Etc/GMT", 0), #("Etc/GMT+1", -3600),
#("Etc/GMT+10", -36_000), #("Etc/GMT+11", -39_600), #("Etc/GMT+12", -43_200),
#("Etc/GMT+2", -7200), #("Etc/GMT+3", -10_800), #("Etc/GMT+4", -14_400),
#("Etc/GMT+5", -18_000), #("Etc/GMT+6", -21_600), #("Etc/GMT+7", -25_200),
#("Etc/GMT+8", -28_800), #("Etc/GMT+9", -32_400), #("Etc/GMT-1", 3600),
#("Etc/GMT-10", 36_000), #("Etc/GMT-11", 39_600), #("Etc/GMT-12", 43_200),
#("Etc/GMT-13", 46_800), #("Etc/GMT-14", 50_400), #("Etc/GMT-2", 7200),
#("Etc/GMT-3", 10_800), #("Etc/GMT-4", 14_400), #("Etc/GMT-5", 18_000),
#("Etc/GMT-6", 21_600), #("Etc/GMT-7", 25_200), #("Etc/GMT-8", 28_800),
#("Etc/GMT-9", 32_400), #("Etc/UTC", 0), #("Europe/Andorra", 3600),
#("Europe/Astrakhan", 14_400), #("Europe/Athens", 7200),
#("Europe/Belgrade", 3600), #("Europe/Berlin", 3600),
#("Australia/Perth", 28_800), #("Australia/Sydney", 36_000), #("Etc/GMT", 0),
#("Etc/GMT+1", -3600), #("Etc/GMT+10", -36_000), #("Etc/GMT+11", -39_600),
#("Etc/GMT+12", -43_200), #("Etc/GMT+2", -7200), #("Etc/GMT+3", -10_800),
#("Etc/GMT+4", -14_400), #("Etc/GMT+5", -18_000), #("Etc/GMT+6", -21_600),
#("Etc/GMT+7", -25_200), #("Etc/GMT+8", -28_800), #("Etc/GMT+9", -32_400),
#("Etc/GMT-1", 3600), #("Etc/GMT-10", 36_000), #("Etc/GMT-11", 39_600),
#("Etc/GMT-12", 43_200), #("Etc/GMT-13", 46_800), #("Etc/GMT-14", 50_400),
#("Etc/GMT-2", 7200), #("Etc/GMT-3", 10_800), #("Etc/GMT-4", 14_400),
#("Etc/GMT-5", 18_000), #("Etc/GMT-6", 21_600), #("Etc/GMT-7", 25_200),
#("Etc/GMT-8", 28_800), #("Etc/GMT-9", 32_400), #("Etc/UTC", 0),
#("Europe/Andorra", 3600), #("Europe/Astrakhan", 14_400),
#("Europe/Athens", 7200), #("Europe/Belgrade", 3600), #("Europe/Berlin", 3600),
#("Europe/Brussels", 3600), #("Europe/Bucharest", 7200),
#("Europe/Budapest", 3600), #("Europe/Chisinau", 7200),
#("Europe/Dublin", 3600), #("Europe/Gibraltar", 3600),
Expand All @@ -144,23 +142,21 @@ pub const list = [
#("Europe/Sofia", 7200), #("Europe/Tallinn", 7200), #("Europe/Tirane", 3600),
#("Europe/Ulyanovsk", 14_400), #("Europe/Vienna", 3600),
#("Europe/Vilnius", 7200), #("Europe/Volgograd", 10_800),
#("Europe/Warsaw", 3600), #("Europe/Zurich", 3600), #("HST", -36_000),
#("Indian/Chagos", 21_600), #("Indian/Maldives", 18_000),
#("Indian/Mauritius", 14_400), #("MET", 3600), #("MST", -25_200),
#("MST7MDT", -25_200), #("PST8PDT", -28_800), #("Pacific/Apia", 46_800),
#("Pacific/Auckland", 43_200), #("Pacific/Bougainville", 39_600),
#("Pacific/Chatham", 45_900), #("Pacific/Easter", -21_600),
#("Pacific/Efate", 39_600), #("Pacific/Fakaofo", 46_800),
#("Pacific/Fiji", 43_200), #("Pacific/Galapagos", -21_600),
#("Pacific/Gambier", -32_400), #("Pacific/Guadalcanal", 39_600),
#("Pacific/Guam", 36_000), #("Pacific/Honolulu", -36_000),
#("Pacific/Kanton", 46_800), #("Pacific/Kiritimati", 50_400),
#("Pacific/Kosrae", 39_600), #("Pacific/Kwajalein", 43_200),
#("Pacific/Marquesas", -34_200), #("Pacific/Nauru", 43_200),
#("Pacific/Niue", -39_600), #("Pacific/Norfolk", 39_600),
#("Pacific/Noumea", 39_600), #("Pacific/Pago_Pago", -39_600),
#("Pacific/Palau", 32_400), #("Pacific/Pitcairn", -28_800),
#("Pacific/Port_Moresby", 36_000), #("Pacific/Rarotonga", -36_000),
#("Pacific/Tahiti", -36_000), #("Pacific/Tarawa", 43_200),
#("Pacific/Tongatapu", 46_800), #("WET", 0),
#("Europe/Warsaw", 3600), #("Europe/Zurich", 3600), #("Indian/Chagos", 21_600),
#("Indian/Maldives", 18_000), #("Indian/Mauritius", 14_400),
#("Pacific/Apia", 46_800), #("Pacific/Auckland", 43_200),
#("Pacific/Bougainville", 39_600), #("Pacific/Chatham", 45_900),
#("Pacific/Easter", -21_600), #("Pacific/Efate", 39_600),
#("Pacific/Fakaofo", 46_800), #("Pacific/Fiji", 43_200),
#("Pacific/Galapagos", -21_600), #("Pacific/Gambier", -32_400),
#("Pacific/Guadalcanal", 39_600), #("Pacific/Guam", 36_000),
#("Pacific/Honolulu", -36_000), #("Pacific/Kanton", 46_800),
#("Pacific/Kiritimati", 50_400), #("Pacific/Kosrae", 39_600),
#("Pacific/Kwajalein", 43_200), #("Pacific/Marquesas", -34_200),
#("Pacific/Nauru", 43_200), #("Pacific/Niue", -39_600),
#("Pacific/Norfolk", 39_600), #("Pacific/Noumea", 39_600),
#("Pacific/Pago_Pago", -39_600), #("Pacific/Palau", 32_400),
#("Pacific/Pitcairn", -28_800), #("Pacific/Port_Moresby", 36_000),
#("Pacific/Rarotonga", -36_000), #("Pacific/Tahiti", -36_000),
#("Pacific/Tarawa", 43_200), #("Pacific/Tongatapu", 46_800),
]
Loading

0 comments on commit 6bbd95b

Please sign in to comment.