WebUntis
WebUntis copied to clipboard
Question: TimeZone
Here it converts the javascript "Date" object into the untis format as string: https://github.com/SchoolUtils/WebUntis/blob/51576aaeda7af7ec47c818ab22a0e434b6fcb148/src/base.ts#L803-L814
"Date" in javascript uses the local time, not utc. Afaik, I haven't seen a timezone being transmitted to webuntis.
Is the timezone assuming utc or is the timezone set by the school?