Top "Localtime" questions

Calendar time expressed relative to the user's local timezone.

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 …

java jodatime intervals localtime
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 …

python linux datetime timezone localtime
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 …

c# datetime utc localtime
Real-time awareness of timezone change in localtime() vs localtime_r()

Working on an Ubuntu 12.04.3 LTS box, I just noticed that localtime() and localtime_r() behave differently when the system's timezone …

c linux ubuntu time localtime
Confusion with Java Time parsing UTC

I am confused with time handling in java time. I so long worked under the assumption that if a timestamp …

java parsing datetime java-time localtime
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 …

c++ localtime
PHP getting local date and time

How to get the local date and time in PHP.For example my timezone is Asia/Kolkata. My application has …

php date time localtime
How to get the difference between two JodaTime LocalTime stamps?

I am using JodaTime LocalTime in order to specify times. How can I get the difference in minutes between two …

java jodatime localtime
Checking if LocalDateTime falls within a time range

I have a time A which should fall within 90 minutes range of timeB (before and after). Example: if timeB is 4:00 …

datetime java-8 java-time localtime datetime-comparison
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 …

perl epoch localtime