utc Questions

4

Solved

I have reviewed the post Creating a DateTime object with a specific UTC DateTime in PowerShell, but it does not seem to directly answer the question I am asking: What is the most direct method in P...
Osmanli asked 1/9, 2015 at 20:33

3

How to use a formula to determine the current timezone? The formula I use gives an unexpected result. My spreadsheet settings (File > Spreadsheet settings...): Time zone: (GMT+01:00) Amsterdam ...
Natika asked 3/10, 2012 at 11:12

1

Solved

I'm looking for a way to convert standard UTC timestamps into a valid Date Time values of local timezone with daylight saving oscillation in mind. ...using this unnamed calendar app, that does not ...
Halothane asked 7/5 at 19:32

5

I have developed a piece of application which records when certain records where modified and created, so basically we take use of the time() function to record when a change is saved. I am in the...
Rozier asked 27/5, 2015 at 9:8

5

I'm playing around with Google App Engine and I learned that the timezone is fixed to UTC. I want to determine the start and end time of the current day for the user's local timezone. So basically,...
Charlottetown asked 28/8, 2011 at 5:36

5

Solved

Every time I use: time.strftime("%z") I get: Eastern Daylight Time However, I would like the UTC offset in the form +HHMM or -HHMM. I have even tried: time.strftime("%Z") Which still yield...
Inaugurate asked 7/8, 2014 at 16:20

39

Solved

From the server I get a datetime variable in this format: 6/29/2011 4:52:48 PM and it is in UTC time. I want to convert it to the current user’s browser time zone using JavaScript. How this can be ...
Florettaflorette asked 29/6, 2011 at 18:35

5

I have a simple select query such as below but I noticed I am getting back the regional times. How can I convert to UTC in my select statment? select myTimeStamp, MyName, MyBranch from tableA ...
Cartwell asked 27/3, 2014 at 13:24

37

Solved

Suppose a user of your website enters a date range. 2009-1-1 to 2009-1-3 You need to send this date to a server for some processing, but the server expects all dates and times to be in UTC. Now su...
Cristincristina asked 4/6, 2009 at 3:54

17

Solved

While writing a web application, it makes sense to store (server side) all datetimes in the DB as UTC timestamps. I was astonished when I noticed that you couldn't natively do much in terms of Tim...
Glebe asked 18/3, 2012 at 4:57

3

Solved

I am getting this error dayjs.utc is not a function Here is my code const dayjs = require('dayjs') console.log('utc time',dayjs.utc())
Advertising asked 29/12, 2022 at 8:47

4

Solved

I am using this Where Condition in One Of my query with MySql Database.My Problem is that i have one displaytime column in my table but that table column shows the data in UTC Time.and i want to co...
Ellsworthellwood asked 22/2, 2013 at 5:56

21

Solved

My date objects in JavaScript are always represented by UTC +2 because of where I am located. Hence like this Mon Sep 28 10:00:00 UTC+0200 2009 Problem is doing a JSON.stringify converts the abo...
Longanimity asked 28/9, 2009 at 11:3

7

Solved

While trying to load my webpage on the browser, I got the message. A server error occurred. Please contact the administrator And when I go back to check my termimal, I see the message zoneinfo._...
Deus asked 10/2, 2022 at 1:52

1

In IPython: Python 3.6.2 (default, Sep 4 2017, 13:34:02) Type 'copyright', 'credits' or 'license' for more information IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help. In [1]: ...
Synonymous asked 8/1, 2018 at 7:34

2

I have a simple system, which on node creation form, allows user to select start and end dates along with hours and minutes: The problem is that the date gets messed up somewhere in the middle, or...
Dani asked 14/8, 2019 at 19:19

18

Solved

I have been fighting with this for a bit now. I’m trying to convert epoch to a date object. The epoch is sent to me in UTC. Whenever you pass new Date() an epoch, it assumes it’s local epoch. I tri...
Airlee asked 8/1, 2011 at 1:59

16

Solved

I've never had to convert time to and from UTC. Recently had a request to have my app be timezone aware, and I've been running myself in circles. Lots of information on converting local time to UTC...
Untutored asked 22/1, 2011 at 20:14

5

Solved

How would I convert a preexisting datetime to UTC time without changing the actual time. Example: DateTime dateTime = GetSomeDateTime(); // dateTime here is 3pm dateTime.ToUtcDateTime() // dateti...
Numerical asked 1/6, 2011 at 22:56

10

Solved

In Python, how do you find what UTC time offset the computer is set to?
Ramrod asked 2/7, 2010 at 18:9

4

Solved

I have set the timezone option to my timezone (Europe/Zagreb and I've tried with +02:00 too), and the time is saved as it should be, however, when reading the time from the database, Sequelize conv...
Domiciliate asked 18/11, 2017 at 15:44

14

We are developing a C# application for a web-service client. This will run on Windows XP PC's. One of the fields returned by the web service is a DateTime field. The server returns a field in GMT ...
Mclyman asked 7/10, 2008 at 19:23

3

Solved

I'm having trouble understanding the conversion between the "Etc/GMT-5" timezone and UTC in pytz. >>> dt = datetime(2009, 9, 9, 10, 0) # September 9 2009, 10:00 >>> gmt_5 = pytz....
Triplett asked 24/10, 2010 at 15:51

3

Solved

By default, when a JavaScript object contains a Date object, Axios serializes it into UTC. This means that the time transmitted is converted using the time zone. This doesn't work for my use case. ...
Hendecasyllable asked 12/1, 2022 at 22:39

7

Solved

Is it possible and how to set the logging timezone to GMT? (i.e. the %(asctime)s parameter in the format)
Roslyn asked 12/6, 2011 at 9:16

© 2022 - 2024 — McMap. All rights reserved.