Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
6answers
638 views

Get the Olson TZ name for the local timezone?

How do I get the Olson timezone name (such as Australia/Sydney) corresponding to the value given by C's localtime call? This is the value overridden via TZ, by symlinking /etc/localtime, or setting a ...
10
votes
3answers
3k views

Python - Convert UTC datetime string to local datetime

Experienced programmer here, but 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 ...
8
votes
3answers
178 views

C++: how to get the actual time with time and localtime?

I'm looking for a way to save the time in a HH::MM::SS fashion in C++. I saw here that they are many solutions and after a little research I opted for time and localtime. However, it seems like the ...
6
votes
2answers
615 views

How do I convert epoch time to normal time in Perl?

I am attempting to write a Perl script that parses a log where on each line the second value is the date. The script takes in three arguments: the input log file, the start time, and the end time. ...
3
votes
6answers
898 views

Joda Time LocalTime of 24:00 end-of-day

We're creating a scheduling application and we need to represent someone's available schedule during the day, regardless of what time zone they are in. Taking a cue from Joda Time's Interval, which ...
3
votes
4answers
2k views

Convert local time (10 digit number) to a readable datetime format

I'm working with pbx for voip calls. One aspect of pbx is that you can choose to receive CDR packages. Those packages have 2 timestamps : "utc" and "local", but both seem to always be the same. ...
2
votes
1answer
36 views

fprintf doesn't print const char * to file

I have a simple log function that needs to print the current date and time. I'm doing it inside a function that returns a char *. When I try to set this char * into fprintf(), it doesn't print me the ...
2
votes
2answers
339 views

Time issues

I am facing some problems in a cross platform program : when I open a python shell in Linux and in Windows, I don't get the same time from the Epoch. In Linux, I tried to do dpkg-reconfigure tzdata. ...
2
votes
2answers
283 views

C: How to print a particular `time` value in a particular timezone (by offset)?

I'm writing an application in C that parses data files recorded by an external program (over which I have no control). It's storing binary data, one field of which is a time in standard UNIX "epoch" ...
2
votes
6answers
276 views

How Do I Get Yesterday's Date In C?

I am wanting to get yesterday's date into a char in the format: YYYYMMDD (with no slashes dots etc.). I am using this code to get today's date: time_t now; struct tm *ts; char yearchar[80]; ...
2
votes
3answers
260 views

Make Python respond to Windows timezone changes

When Python is running under Windows, time.localtime does not report the correct time if the timezone is changed during the life time of the Python instance. Under Linux, time.tzset can always been ...
2
votes
5answers
2k views

How do I get yesterday's date using localtime?

How do I tweak this to get yesterday's date using localtime? use strict; sub spGetCurrentDateTime; print spGetCurrentDateTime; sub spGetCurrentDateTime { my ($sec, $min, $hour, $mday, $mon, $year) ...
2
votes
1answer
810 views

Create jodatime LocalDate from java.sql.Time

I'm new to joda-time and I didn't find anywhere examples to do some simple things. I want to make an object where to save a time value read from a table in a database (a java.sql.Time - e.g. ...
1
vote
3answers
59 views

how to extract timezone from localtime()

I'm using the following code to print the current time. use Getopt::Long; use Time::Local; sub gettime { my $t = time(); my ($sec,$mn,$hr,$mday,$mon,$yr,@left, $dstr); ...
1
vote
0answers
50 views

Timezone conversions for DateTime in Ruby 1.8.6

(Stuck in Ruby 1.8.6 land) Until recently I was using Time to parse UTC dates and print them in a local timezone dt = Time.parse("20111225080000Z") puts dt.localtime Sun Dec 25 21:00:00 +1300 2011 ...
1
vote
2answers
53 views

Is there a way to change TimeZone for a request in C# (ASP.NET MVC3)?

Is here a way to change timezone setting for a request, for example, at Application_AcquireRequestState then for the whole request, no matter when I use Datetime.ToLocalTime (or new Datetime() etc), ...
1
vote
1answer
179 views

UTC Time to GMT+2 in AS3

I'm having a problem. Using the Date() functions AS3 provides natively, I'm converting UTC time to local machine time. The problem I have is this, look at month and hour. 2011-10-07 18:45:00 -> ...
1
vote
4answers
308 views

PHP users local time

Hey Stackfriends =P I know about the time() and the date() functuions, but what I want to achieve is that the user from china gets another time shown than the user from France. I cannot use ...
1
vote
4answers
356 views

Perl Localtime Returning 16 Hours When Input is only Seconds

I must be doing something wrong, but I can't figure it out. When I give seconds as an argument to localtime(), I get seconds and 16 hours back. my $startTime = time; (process) my $endTime = time; ...
1
vote
3answers
533 views

Determining Local Time in another Timezone

How can I determine the current date and time of various countries using a PERL script that executes on a server in the US? For example, getDTnow() should determine the current date and time on the ...
1
vote
3answers
236 views

What is the difference between the current timestamp in the GMT time zone and the current timestamp in your local time zone?

This is a sample question i found at ZEND php certificate practice test, the correct answer of this question is: " There is no difference between the current time in any time zone—the current time is ...
1
vote
4answers
429 views

perl- help formatting a timestamp

I am reading in log data with the following time stamp format: Sat Aug 07 04:42:21 2010 I want to convert it to something like this: 20100807044221 What is the best way to do this in perl? ...
1
vote
2answers
653 views

localtime_r supposed to be thread safe, but causing errors in Valgrind DRD

I searched google as much as I could but I couldn't find any good answers to this. localtime_r is supposed to be a thread-safe function for getting the system time. However, when checking my ...
1
vote
3answers
788 views

/usr/share/zoneinfo epic fail [closed]

I have just, in my groggy morning state, reversed & confused the arguments to ln, replacing /usr/share/zoneinfo/America/Toronto with a link to the non-existant /etc/localtime, when I really wanted ...
1
vote
4answers
2k views

Why LocalTime displays server time and not browser time?

I am probably doing something wrong -- but cant figure why. I have a DateTime field in my DB keeping a UTC time My server is in the US, and the browser is in Europe. The PageLoad Code is as ...
0
votes
2answers
23 views

localtime alternative that won't overwrite the supplied struct

Essentially, what I'm trying to do is to check the last access time of a file and compare it with a string. Here's the relevant block: struct stat file; char timeStr[ 100 ]; stat(nodes.at(0), ...
0
votes
2answers
29 views

c++ localtime when changing timezone

I have a setup working using localtime() to get a tm with the local times represented in it. And that is all good. However, if I change timezone while the application is running, it does not notice ...
0
votes
1answer
32 views

Javascript GMT string convert to Local Time

$(function() { $('#datepicker').datepick({ multiSelect: 999, monthsToShow: 3, minDate: new Date(), maxDate: '+1y', showTrigger: '#calImg', ...
0
votes
0answers
72 views

get system time using a func that does not calls malloc internally

in glibc malloc i am trying to maintain a time stamp per allocation. There is a separate hash table which i have created in glibc itself stores this timestamp entries. The format of the timestamp is ...
0
votes
1answer
126 views

Get local time from UTC datetime in ActionScript 3

Does AS3 have a way of converting a datetime variable into local time?
0
votes
1answer
35 views

Java (Processing Environment) will not provide me with the local time

I'm trying to get the epoc time adjusted for the local timezone (i.e. GMT-7, but it displays GMT). I'm fairly sure this should work, but it's not... Calendar localTime = new ...
0
votes
2answers
273 views

Perl: How to convert a unix timestamp+timezone into local time

the basic question is in the header: I have a unix timestamp and a timezone, e.g. "America/Caracas" and I would like to convert it to the timezone's local time. Searching through stackoverflow, I ...
0
votes
0answers
150 views

Timezone issues [closed]

Possible Duplicate: [python] Time issues Hello, I am facing some problems in a cross platform program : when I open a python shell in Linux and in Windows, I don't get the same time from ...
0
votes
1answer
448 views

Accurate Timestamps using gettimeofday and localtime

I'm attempting to monitor system time elapsed across multiple applications and data paths via gettimeoday and localtime. In this example, I want to grab the system time (microsecond percision) right ...
0
votes
2answers
250 views

get the current time in C

I want to get the current time of my system. For that i'm using the following code in C. time_t now; struct tm *mytime = localtime(&now); if ( strftime(buffer, sizeof buffer, "%X", mytime) ) ...
0
votes
3answers
371 views

measure time difference

I want to measure in milliseconds how much time there is between when I start my application and another time, for example 16:00 o'clock. What is the best way to do this? I looked around "clock" ...
0
votes
3answers
314 views

Timezone in date?

From where does the date command in Linux get the timezone information? I cannot see /etc/localtime file and /usr/share/zoneinfo direcory in my system. Still when i execute the date command i get the ...
0
votes
3answers
199 views

How do I preserve localtime() as an int when printing?

I'm trying to append the integral return value of localtime (in Perl) but I can't seem to avoid it converting the return val to something that looks like this: Sun Jul 26 16:34:49 2009 When I say ...
0
votes
3answers
296 views

Replacing time() and localtime() with user-independent equivalents

I have a program that uses time() and localtime() to set an internal clock, but this needs to be changed so that the internal clock is independent of the user and the "real" time. I need to be able ...