python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to handle incorrect system time (offset from the system timezone) on device?
I know this is a relatively popular question, but the answers which I found didn't cover the following use case:
Let's consider that a user has Europe/Moscow timezone set on device which means it is G...

Daniil Kunin
Votes: 0
Answers: 0
SQL Server 2019 on Linux Time Zone Problem
Why there are different results (offset should be +03:00):
SELECT
CURRENT_TIMEZONE() as [CURRENT_TIMEZONE()] , SYSDATETIMEOFFSET() as [SYSDATETIMEOFFSET()];
result is :
CURRENT_TIMEZONE() ...
Ali Rıza Arslan
Votes: 0
Answers: 1
Rails MySQL Active Record Time Zone Not Being Recognized
I'm having an issue with timezones not pulling through correctly in my searches. When I print out the actual timezone before passing to active record it shows correctly. ex:
date = params[:date].split...
Eric Reynolds
Votes: 0
Answers: 1
How to get date time using time zone offset in js
I have a time zone offset like -7 now I want the date-time of that particular offset?
How Can I get this in js? Thanks.

Benk I
Votes: 0
Answers: 1