Top "Utc" questions

UTC stands for Coordinated Universal Time - it is the time standard by which the world regulates clocks and time.

Python: Figure out local timezone

I want to compare UTC timestamps from a log file with local timestamps. When creating the local datetime object, I …

python datetime time timezone utc
UTC Date/Time String to Timezone

How do I convert a date/time string (e.g. 2011-01-01 15:00:00) that is UTC to any given timezone php …

php timezone utc
How to convert UTC timestamp to device local time in android

I need to convert the UTC time stamp that i get from the server to local device time. currently i …

android timestamp utc
How do I specify the time zone when creating a JavaScript Date?

I have a countdown clock that is set to countdown to 8am on January 1, 2014. I am using the following code …

javascript date datetime utc
MYSQL query / dates older than 1 week ago (all datetimes in UTC)

How do I query a mysql db to return all records with a datetime older than 1 week ago. Note that …

mysql datetime utc
How to convert DateTime in Specific timezone?

I find it hard to understand how UTC works. I have to do the following but I'm still confused if …

c# datetime utc
Creating a DateTime object with a specific UTC DateTime in PowerShell

I'm trying to create a DateTime object with a specific UTC timestamp in PowerShell. What's the simplest way to do …

datetime powershell utc
Best way to compare dates without time in SQL Server

select * from sampleTable where CONVERT(VARCHAR(20),DateCreated,101) = CONVERT(VARCHAR(20),CAST('Feb 15 2012 7:00:00:000PM' AS DATETIME),101) I want to compare date without …

sql sql-server datetime utc
does System.currentTimeMillis() return UTC time?

I want to get the current UTC time in millis. I searched google and got some answers that System.currentTimeMillis() …

java android datetime utc java.util.date
Getting current GMT time

Is there a method in C# that returns the UTC (GMT) time zone? Not based on the system's time. Basically …

c# .net timezone utc ntp