timezone Questions
1
I'm trying to display a local time using postgres-rs, with time-rs 0.3 instead of chrono-rs 0.4. But with the timezone set to Europe/Amsterdam, all I get is UTC timestamps with no timezone informat...
Hoashis asked 1/10 at 8:45
3
I would like to format the timezone information in log4j messages in the format
+hh:mm such that a complete timestamp looks like this:
2013-09-05T09:32:10.703+02:00
I know the date format specifie...
2
Solved
I'm trying to compare two dates in UTC format with date-fns, but I'm not getting it. The two values look the same, but the isEquals() function returns false for comparison.
The purpose of the co...
Gangboard asked 10/6, 2020 at 19:39
2
Solved
I have a variable which is grabbing a date object from a file. My aim is to add a timezone to this object so that it automatically changes the time based on the date its it then. So I expected it t...
Miscreant asked 16/12, 2020 at 7:36
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
11
Solved
I have an instance of Java which seems to be using a completely incorrect time zone. Instead of using the Australia/Sydney time zone which Windows is using, it is using the America/Caracas time zon...
12
I am new to flutter and my rest api takes current timezone as Europe/london. I don't know to get current timezone in flutter. There is a question in stackoverflow about this topic but no user gave ...
4
Solved
I'd like to write a method that will populate a Go Language array with the common timezones that are accepted by the time.Format() call, for use in an HTML template (Form select to allow them to re...
3
Solved
For some unknown reason, MaterialDatePicker returns incorrect date after selection.
For example, user is in Mexico region with timezone: America/Tijuana. When he selects in visual representation: 2...
Renwick asked 20/10, 2021 at 14:58
6
Solved
I have users entering in dates in a Ruby on Rails website. I parse the dates into a DateTime object with something like:
date = DateTime.new(params[:year].to_i, params[:month].to_i, params[:day].t...
Catton asked 6/4, 2013 at 9:13
5
Solved
How can i convert a date like this: 2012-07-16 01:00:00 +00 (it's in the UTC +00:00 timezone) to UTC +04:00 timezone? Ensuring that daylight saving will be handelled correctly?
6
Solved
I have a DateTime stored in universal time (UTC) of value 2010-01-01 01:01:01.
I would like to display it in EST in this format 2010-01-01 04:01:01GMT-04:00, however the 'K' formatter for timezone...
Allodium asked 23/7, 2010 at 23:36
7
Solved
I have a wordpress website which suddenly stopped working today. When I look at the logs I see and error:
[error] [client 50.78.108.177] PHP Fatal error: strtotime(): Timezone
database is corru...
6
Solved
I have an object of ZonedDateTime that is constructed like this
ZonedDateTime z = ZonedDateTime.of(LocalDate.now().atTime(11, 30), ZoneOffset.UTC);
How can I convert it to LocalDateTime at time ...
Lemures asked 16/4, 2018 at 9:33
8
Solved
I know this looks simple.
In a Google spreadsheet, I have a column where I enter time in one timezone (GMT)
And another column should automatically get time in another time zone (Pacific Time)
G...
Megasporophyll asked 22/1, 2016 at 12:31
7
Just realised WHY my site is now showing all datetime variables as -1 hr... I'm using Codeigniter for the first time! (Never had this problem before)
So, I have included the following code in my m...
Cubit asked 2/7, 2013 at 13:27
3
I am in the PDT timezone and I want to change the variable "s" to the GMT timezone. Any idea how?
s<-Sys.time()
s
as.POSIXct(s,"GMT")
OUTPUT
> s<-Sys.time()
> s
[1] "2015-06-17 17:5...
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
5
Solved
How would I get the current timestamp in python of India?
I tried time.ctime() and datetime.utcnow() also datetime.now()
but they all return a different time than here it is in india.
The codes abo...
Beetle asked 28/8, 2020 at 5:54
1
Solved
convert UTC timezone into custom local time with daylight savings offset (and back) in google sheets
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
9
Solved
I wish to change the time zone of the Jenkins.
I have changed the time zone of the Jenkins installed server, but the Jenkins UI shows the different time.
I need to set the PST time for Jenkins UI...
Oringas asked 13/2, 2017 at 10:41
2
Solved
I am using this code to fetch the GMT difference for a specific time zone:
var TimeZone = 'America/New_York';
console.log('GMT Offset ' + moment().tz(TimeZone).utcOffset().toString());
Would thi...
5
Solved
I've been researching CLDR and IANA in order to find a centralized mapping of UN/LOCODEs to Olsen Timezones.
Ideally I would like to have for example:
+--------------+--------------------+
|un_l...
12
Solved
I am running docker container for my development stack which I pulled from docker-hub, the image is created for a different timezone than where my application is supposed to be deployed.
How do I ...
6
Solved
I'm trying to use DateTimeOffset to convey a specific moment in time across any time zone. I can't figure out how to use TimeZoneInfo to deal with daylight saving time.
var dt = DateTime.UtcNow;
C...
Eusebiaeusebio asked 2/6, 2010 at 21:45
1 Next >
© 2022 - 2024 — McMap. All rights reserved.