UTC stands for Coordinated Universal Time - it is the time standard by which the world regulates clocks and time.
0
votes
1answer
29 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
20 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
12 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
40 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?
1
vote
0answers
26 views
How to ensure that date-range queries involving multiple time zones are sargable [migrated]
I am building a web analytics application for search engine traffic only. You can see some screenshots here: http://myhappyanalytics.com/
It works similar to Google Analytics but it only saves and ...
0
votes
0answers
28 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
39 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
1answer
51 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
95 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
72 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
30 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
28 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
100 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
70 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 ...
2
votes
1answer
41 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
29 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
80 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
36 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
52 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
66 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
84 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
50 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
97 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
74 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
239 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
56 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
91 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
133 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
394 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
56 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
80 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
152 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 ...
0
votes
2answers
159 views
Covert UTC time format to local time [duplicate]
I have a UTC time in this format 2013-03-04T14:37:15 How can I convert this into local time and then to one minute ago format.
I tried this first to convert the time to local format:
private String ...
0
votes
0answers
52 views
Remove UTC from raw sql date field
I am fetching dates from database (MySQL) that is returning date by adding +5:30 hours in the actual date saved. For example:
@dates.each do |date|
@sdate = date["success_date"]
end
What changes ...
0
votes
3answers
93 views
javascript - UTC date object manipulation
The UTC thing is really making me crazy... I am trying to have date and time on site in UTC so it has no affect of any timezone.
What I do, I create a date object
var d = new Date();
//convert it ...
2
votes
3answers
195 views
Quartz.net on Azure The time zone ID 'Coordinated Universal Time' was not found
I'm using Quartz.Net on Azure worker role (hosted in west europe zone) and for some reason my schedulder is not working throwing this error:
An error occurred while scanning for the next trigger ...
0
votes
1answer
94 views
Converting a DateTime to Utc given a timezone
I don't want to keep having to change the config everytime there is a daylight savings change. This is what I am currently doing which doesn't work as it uses "Standard" time.
TimeZoneInfo timeZone = ...
0
votes
3answers
153 views
Slow query time in postgresql when UTC milliseconds is stored as bigint
We are migrating from a time series database (ECHO historian) to a open source database basically due to price factor. Our choice was PostgreSQL as there are no open source time series database. What ...
0
votes
1answer
64 views
Google Spreadsheet - Time zones find text
I have a Google Form where I ask people to tick their time zone and to tick their time slot. An anser may be (each answer is given in one cell):
Time Zone = UTC+8 (Perth, Beijing, Manial, Borneo, ...
3
votes
1answer
300 views
Delphi - Get TTimeZone for non-local timezone and convert between timezones
My subject is probably terribly worded, but here's what I have.
I have a web service that reports timestamps in its local time and the timestamps reflect daylight time if the server is in an affected ...
0
votes
0answers
57 views
Automatically convert date from UTC to my timezone
I am working with a database with several date fields. They are stored in UTC and I need them in my timezone.
I am using
SELECT
CONVERT_TZ(the_date, 'UTC', 'Europe/MyLittleIsland')
FROM
...
...
0
votes
1answer
72 views
How to get previous month values in UTC in Javascript
I need to use jquery flot plugin to plot time based data on a graph in a web page. It needs time parameters to be passed in UTC format. Getting current date is quite easy just defining a Date Object ...
0
votes
1answer
68 views
PHP DateTimeZone::getOffSet Get offset from UTC - Example yields 0 [closed]
I'm attempting to figure offset in php.
I have a date string and a timezone value. The date string timezone is UTC.
<?php
error_reporting(E_ALL);
$timezone = "America/New_York";
$datestring = ...
1
vote
2answers
291 views
JDBC/MySQL: Save timestamp always using UTC
I would like to save a timestamp to the database without being converted to the local timezone by the jdbc driver. Currently only MySQL and PostgreSQL are important for me but i would appreciate if ...
2
votes
1answer
125 views
ASP.NET DateTime object “changes” when passed to Javascript
I have my ASP.NET webservice whicn runs on my local computer in my test environment. My local computers UTC time is +1 (denmark).
Now I have these methods available to my javascript client:
...
1
vote
1answer
134 views
Symfony2 Rendering datetime with timezone in forms
In my system, database timestamps are recorded as UTC values.
Every user has a timezone recorded in their profile. When logging in, the timezone value is transferred from their profile to their ...
1
vote
2answers
291 views
moment.js - UTC does not work as i expect it
testing in the node console:
var moment = require('moment');
// create a new Date-Object
var now = new Date(2013, 02, 28, 11, 11, 11);
// create the native timestamp
var native = ...
0
votes
1answer
81 views
Getting timezone on android with respect to GMT
I want to get the timezone on an android device with respect to UTC. For example, if I'm in PST timezone, then I want it in this format: "-0800". Is it possible?
1
vote
0answers
133 views
Ajax post javascript date as UTC OR server Time
I am trying to post a created date to an ASP.Net MVC controller without the date being modified by the serializer. I am looking for some kind of way to do this on the client.
The date is being ...
0
votes
1answer
58 views




