[#31] fixed sending data

This commit is contained in:
Camille Moussu
2025-07-23 11:33:10 +02:00
parent b1ceebfc7d
commit 08789cb6f3
6 changed files with 61 additions and 111 deletions
+14 -1
View File
@@ -1,4 +1,17 @@
export const TIMEZONES = {
export interface TimeZones {
version: string;
aliases: Record<string, { aliasTo: string }>;
zones: Record<
string,
{
ics: string;
latitude: string;
longitude: string;
}
>;
}
export const TIMEZONES: TimeZones = {
version: "2.2016c",
aliases: {
"AUS Central Standard Time": {