UTC stands for Coordinated Universal Time - it is the time standard by which the world regulates clocks and time.
1
vote
1answer
29 views
How to get current date and time on highcharts
I cannot get the current date and time to appear on the x axis of my chart. As of now it is just a random date and time. The price is loading in the chart correctly, but the date and time are not. ...
2
votes
2answers
31 views
Losing DST information using pytz and UTC conversions
Maybe this is a 4am bug, but I think I'm doing everything right, but it doesn't appear as though DST is translating from the UTC timestamp to the localized datetime.
>>> from datetime import ...
1
vote
1answer
14 views
JavaScriptSerializer UTC DateTime issues
Our client wanted to show the date and time values in the browser exactly as they are in the database, and we are storing them as UTC in the database.
At first we had some problems with the ...
1
vote
1answer
18 views
Convert WMI UTC time to unix time stamp using PHP
I'm using PHP to make a WMI query to remote computers in my network.
I'm getting the LastBootupTime value using this:
$wmi_operatingsystem = $obj->ExecQuery("Select * from ...
1
vote
0answers
28 views
Oracle query to convert to UTC time
I need to convert a date value to it's corresponding UTC timestamp. I found below sql through google. Please advise me if I have any risk in using this sql. Will this work during daylight saving time ...
0
votes
1answer
20 views
How can i get client machine timezone by using IP Address in C# without using Javascript and Cookies?
I need to convert input date time to UTC format and save client machine time zone standard name, so i need standard timezone id for client machine with DST. My input is only IP Address from request ...
0
votes
1answer
19 views
Javascript Timer To UTC Depends on Computer Time?
So this script (credit to http://www.rmkwebdesign.com/Countdown_Timers/Repeating_Daily_Timer.html), is basically a Javascript daily countdown. I changed the getDate variables to getUTCDate, but it ...
-2
votes
2answers
45 views
Is there a difference between Europe/London and UTC in PHP?
I know that UTC and GMT are effectively the same thing.
BST (British Standard Time) is GMT +- 1 hour depending on DST (Daylight Saving Time).
With that in mind, how is Europe/London interpreted in ...
1
vote
1answer
37 views
Is there any case where DateTimeOffset might not be reliable?
I understand that to refer a single point in time DateTimeOffset is better and more reliable way compared to DateTime as it replaces .Kind property by a more convenient thing that is the Offset to ...
0
votes
0answers
10 views
UTC independant of local machine
How can i get the Coordinated Universal Time independent of the machine time as given in the below answer as "Date.UtcNow" ?
This is my first question. Sorry if i haven't followed any of the ...
1
vote
1answer
73 views
Asp.net WebApi deserializes UTC time string to local time
I have this url
http://mysite.com/api/record/getall?startdate=1994-11-05T17:15:30Z
and this webapi endpoint
[ActionName("GetAll")]
public object GetAll(DateTime startDate)
{
...
}
...
0
votes
1answer
30 views
ASP.NET membership returning DateTime with Kind set to Local
I have an MVC3 project using ASP.NET default membership provider. I am trying to show the details of a user on a View page. When I do
MembershipUser user = Membership.GetUser(id);
to get the user ...
0
votes
1answer
18 views
What time format is “05/29:00:45”?
An API returned time in this format:
"05/29:00:45"?
It was probably manually entered.
I understand how to parse it but is this a common time format in some countries or software?
2
votes
2answers
46 views
JodaTime : Convert local to UTC ambiguity
I am trying to convert local date to UTC by using Joda Time. The code that I used is shown below and it works great.
Date localDate = new Date();
System.out.println("Local Date : " + localDate);
...
1
vote
1answer
60 views
DateTime differences between Windows and Mono, and log4net remote appender
I have a program running on a Linux box under Mono 2.10.9. It logs to a program on a Windows 7 box using log4net. My Linux system clock is set to local time, as well as my Windows machine. Executing ...
0
votes
0answers
25 views
Finding Timezone with UTC offset or current time [duplicate]
So I have the following working! IF $offsetfloat = -4 The time is correct UTC - 4.
The problem im trying to solve is actually setting the date_default_timezone_set() to the time zone associated with ...
0
votes
1answer
26 views
Parsing Data XML to PHP and set timezone based on difference
I begain this quest to grab the date that this document was updated HERE but given my limited knowledge on this subject I hit a few road blocks.
How to get to the actual time-stamp I desired.
a ...
0
votes
0answers
43 views
convert UTC to local time C# Windows Phone
I receive this response from twitter:
Mon, 27 May 2013 17:38:18 +0000
And I need a way to convert it to local time. Or possibly even convert it to display how long ago that time was. For ...
1
vote
1answer
35 views
C++: Getting the Current Time as a W3C UTC Time String
How can I get the current time as a W3C UTC time string as documented at W3C Date and Time Formats (Profile of ISO 8601)?
Specifically, here is the format I am after:
yyyy-mm-ddThh:mm:ssZ
Example:
...
0
votes
1answer
39 views
How do I convert a date/time to HST in JavaScript?
Trying to convert a date string to HST time, but it does not work.
Relevant code:
var MINUTES_IN_MILLI = 60000,
HOURS_IN_MILLI = 3600000,
UTC2HST_OFFSET = 10,
date1 = new ...
0
votes
1answer
37 views
Why are stringify'd moment.js dates returning different values when parsed back
I have a moment that I want to store in local storage and compare against at a later date using isBefore().
When I stringify this moment it converts it to ISO8601 format, fine. However when I try to ...
0
votes
0answers
50 views
logstash. convert timestamp to UTC and add to field
I am shipping combined appache log to logstash. How can I convert event timestamp to UTC and add it to new field?
2
votes
4answers
57 views
Does Python's time.time() return a timestamp in UTC?
I need to generate a UNIX timestamp in UTC time so I'm using time.time() to produce it.
Do I need to do anything else or is the timestamp automatically in UTC?
0
votes
0answers
30 views
Convert New York time to UTC using Javascript [duplicate]
I would like to convert a time specified as year month day hours minutes and seconds which is local to new york (for the new york stock exchange) into UTC times so that stock prices can be compared ...
2
votes
3answers
48 views
Is timezone just an offset number or “more information”?
I live in a country where they change the time twice a year. That is: there is a period in the year when the offset from UTC is -3 hours (-180 mins) and other period where the offset is -4 hours (-240 ...
0
votes
0answers
81 views
NSDate date format issues when trying to convert date to UTC
I am trying to convert NSDate to UTC Date and this is what I am using..
NSString* dateString= [NSDate utcStringFromDate:[NSDate date] withFormat:@"yyyy-MM-dd'T'HH:mm:ss.SSZ"];
+ (NSString ...
1
vote
2answers
141 views
Globally convert UTC DateTimes to user specified local DateTimes
I am storing all the DateTime fields as UTC time. When a user requests a web page, I would like to take his preferred local timezone (and not the local timezone of the server machine) and ...
2
votes
3answers
89 views
Postgresql, pgAdmin, Java: How to make them all UTC?
How can I make sure my entire development environment around PostgreSQL is not messing about with local timezones. For simplicity I need to be 100% sure that each and every time(stamp) value is UTC. ...
1
vote
3answers
39 views
UTC time explanation
Can anybody explain me what it means when I have the following time:
2012-12-28T18:12:33+01:00
I'm new to the whole datetime stuff and I can't find a good explanation on the web.
Currently I'm in ...
0
votes
3answers
42 views
remove just 'UTC' text at the end from DateTime stamp
I am using date.toGMTString() to get DateTime as GMT standrad. so what I am getting is 'Fri, 26 Apr 2013 17:08:35 UTC' this. I just want to display this without the text 'UTC'. please let me know
0
votes
4answers
195 views
Convert UTC value in dd-mm-yyyy format using javascript?
I want to convert UTC time value (e.g.1367214805) to date (in dd-mm-yyyy) format using javascript.
For e.g. in PHP if we use...
<?php Date("d-m-Y",'1367214805'); ?>
... we directly get the ...
0
votes
1answer
115 views
extjs datecolumn shows date one day off
I have an Ext.grid with a datecolumn. Everything works fine, except that the dates are one day off.
I have found that when I add the data to the grid's store, the value is 2013-03-31. Later, when ...
3
votes
1answer
55 views
double timestamp in dataframe merge
I do have a df looking like this:
time,v1,v1,v3,v4
1352639505, , ,94,101
1352639565, , ,94,101
1352639505,10,222, ,
1352639565,11,221, ,
First one is UTC Timestamp from 1970-01-01 - so I would use
...
0
votes
1answer
35 views
Maximum digits in Base10 ASCII Representation of UTC Time in android
A 4 byte Long integer can give
(2^(32) - 1) = 4294967295
10 digit
Now, the time given by Location Manager in android is currently 13 digit long( like 1366588814000 ).
Can the number of digits ...
0
votes
2answers
127 views
android sqlite save and retrieve utc and convert to local
Could anyone please help figure out this issue:
In my SQLite database I have a TEXT field startDateTimeUTCString, which is for storing a UTC datetime string.
I have an object called "task" which has ...
1
vote
1answer
39 views
How to create bounds of a timeframe around microtime in JavaScript?
I have a timestamp in microseconds, 1279408157000439, I want to find the lower bound to the closest arbitrary timeframe and the upper bound.
So, if my timeframe is minute, I want to find the ...
0
votes
1answer
72 views
Why does ServiceStack default Html Snapshot view show the date using DateTime.UtcNow?
When I view my ServiceStack endpoints through a browser, I get the very helpful snapshot of the data in a convenient HTML table. The title looks something like this:
Snapshot of EndPoint generated ...
2
votes
1answer
76 views
How to test that 8:00 PM is valid prior to 12:00 AM?
All,
I recently posted a question on restricting a users log in to 4 hours and got great feedback/answers.
But I have hit a scenario that has me stumped.
The customer has from 8:00 PM up through ...
1
vote
2answers
117 views
How to convert UTC to local time
I have to develop an application for ePrescribe and need to convert an UTC Time value (for example '2010-01-01T16:09:04.5Z') to local time. Delphi 2010, any suggestions?
0
votes
0answers
63 views
Javascript Date Object's getUTC and setUTC
I'm having a little trouble wrapping my head around the javascript object's getUTC and setUTC methods.
I'm working on a frontend countdown clock to next shipping cuttoff using a jQuery plugin, ...
-1
votes
2answers
176 views
UTC Time Assignment in VBScript
Does anyone have a simple means in VBScript to get the current time in UTC?
Thanx,
Chris
0
votes
1answer
113 views
Convert yyyy-mm-dd to JS timestamp
Theres lots of questions about how to convert a timestamp to yyyy-mm-dd but I am trying to do it the other way around.
I have an array of dates in the format 2013-02-25 but I want them to be js ...
0
votes
2answers
465 views
json and Utc datetime
I'm storing Utc datetime on the server and requesting data via json to display on client.
The problem is that the server returns the time by its timezone which is different to a client.
How could I ...
0
votes
2answers
71 views
How to get the Time in UTC from Time & Timezone in PHP?
I am working on an app which needs a certain functionality related to time & timezones.
Here is a pseudo code below which may provide brief about my doubt
$start_time = "10:00 AM"; // starting ...
0
votes
1answer
111 views
Converting DateTime to local not working
In MVC4 C# application I tried convert server time to local time. It works in local, but it does not working when site deploying. For testing I checked some code results in deployed site. They are:
...
2
votes
1answer
175 views
How to get local time in another time zone in Silverlight
In a Silverlight app, if I know the Timezone Id, how can I get either the current UTC offset for that timezone or the current time?
If I am on the east coast and I want to know the current UTC offset ...
2
votes
4answers
620 views
How to convert Local time to UTC time in Delphi XE2? and how to convert it back from UTC to local time?
I'm using Delphi xe2 and I'm trying to store records using UTC datetime in my database and then restore it back when a client reads it in his local datetime ? any idea how to do this forth back ...
0
votes
1answer
63 views
Why is the local timestamp equal to the UTC timestamp? [duplicate]
If date() formats a local time/date, and gmdate() formats a GMT/UTC date/time, why is this true?
date_default_timezone_set('America/Los_Angeles');
var_dump(date('U') === gmdate('U')); // true
On ...
2
votes
2answers
99 views
How to calculate time zone offset for a large application?
As working on a large application I am trying to make the datetime stamps reconcile with the current user time. so If activity id done at 3:00PM then the every user see it at 3:00PM
So Here is ...
3
votes
3answers
222 views
There is a difference between local and server time
In MVC4 C# application I used DateTime.Now when object created in my application. After deploying, there was +8 hours difference between local computer and hosting. Then I changed it to ...



