Top "Unix-timestamp" questions

The number of seconds between a particular date and the Unix Epoch on January 1st, 1970

How to convert Unix timestamp into Swift NSDate object?

I'm getting dates as Unix timestamps through my API and I want to convert them into NSDate objects in Swift. …

swift nsdate unix-timestamp
How can I display a formatted date from a Unix timestamp in twig?

I would like to display a formatted date in twig by applying a filter to a Unix timestamp. Is such …

php symfony filter twig unix-timestamp
How to represent dates before epoch as a UNIX timestamp

It occurred to me that I'm not aware of a mechanism to store dates before 1970 jan. 1 as Unix timestamps. Since …

time unix-timestamp
Unix time and leap seconds

Regarding Unix (POSIX) time, Wikipedia says: Due to its handling of leap seconds, it is neither a linear representation of …

shell unix-timestamp leap-second
unix timestamp to boost::posix_time::ptime

I need to convert double with number of seconds since the epoch to ptime. I'm prety sure there must be …

c++ boost unix-timestamp boost-date-time
Convert UNIX timestamp to milliseconds

How can I use PHP to get a UNIX timestamp like what I get from the JS method .getTime()? I …

php unix-timestamp gettime
jQuery UI - Convert jQuery UI Datepicker to UNIX time

I'm using jQuery UI datepicker with time plugin. This is how I display time on the page in datepicker itself: 21.06.2012 08:00 …

javascript jquery-ui datepicker datetimepicker unix-timestamp
Formatting Unix timestamp with ctime in c

I'm trying to format a 10-digit Unix time stamp (currently a string) using ctime. However, ctime() expects a parameter of …

c unix unix-timestamp ctime
unix timestamp round to midnight

If I have a random unix timestamp, how can I round it down to today's midnight or the midnight selected …

php unix-timestamp
Parsing unix time in C#

Is there a way to quickly / easily parse Unix time in C# ? I'm brand new at the language, so if …

c# unix-timestamp