From ca3e08c451a4b5c6c77ad9facb4362cafab44959 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 29 Sep 2023 13:06:31 +0300 Subject: [PATCH] Updated Timezone (markdown) --- Timezone.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Timezone.md b/Timezone.md index d3d0534..7709f71 100644 --- a/Timezone.md +++ b/Timezone.md @@ -18,3 +18,19 @@ sudo ntpdate ntp.ubuntu.com 5. Now local time shows correctly at webbrowser, like for example at Friend Desktop https://github.com/wekan/wekan/wiki/Friend https://github.com/FriendUPCloud/friendup/blob/master/interfaces/web_desktop/apps/Convos/Scripts/chatlog.fui.js#L694 + +From Hogle Titlestad: + +> Oh, and the most important thing. +> The first argument is a time string. +> Seconds. Not a normal date. +> Such that you can subtracck and add seconds to it. +> So input would be: +``` +this.parseDate( 1695981700956, false, 'Europe/Oslo' ); +``` +> e.g. Europe/Oslo is the server time zone. +> The timestamp is server time. +> For the event in question. + +