Open osmisto opened 13 years ago
Now all timestamps are hardcoded in MSK timezone. We need to pass epoch seconds or UTC to the clients and convert it to the user's timezone in javascript.
Why UTC? They can be MSK (and converted to user's TZ with JS).
Now all timestamps are hardcoded in MSK timezone. We need to pass epoch seconds or UTC to the clients and convert it to the user's timezone in javascript.