-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
Milestone
Description
Description
I notice that the js is aware of time diff
var offset = new Date().getTimezoneOffset();
console.log(offset);
on the otherhand we got many loc for the calc of tz stuff.
idea would be to add a modus where the smf send all information in utc to the client and
the browser do the time calc.
possible addons here would,
since js is here aware of the datetime fields,
that smf could show post in relativ time and could update the times in a reasonable timeframe without a page refresh,
like github do:

start by "now" goes to minutes, hours, days...