About 2,230,000 results
Open links in new tab
  1. What is a Unix timestamp and why use it? - Stack Overflow

    Dec 29, 2013 · What is a Unix Timestamp Simply put, the Unix timestamp is a way to track time as a running total of seconds. This count starts at the Unix Epoch on January 1st, 1970 at UTC. …

  2. How can I generate Unix timestamps? - Stack Overflow

    Jul 30, 2009 · 379 Related question is "Datetime To Unix timestamp", but this question is more general. I need Unix timestamps to solve my last question. My interests are Python, Ruby and Haskell, but …

  3. How can I convert a Unix timestamp to DateTime and vice versa?

    Oct 30, 2008 · To supplement ScottCher's answer, I recently found myself in the annoying scenario of having both seconds and milliseconds UNIX timestamps arbitrarily mixed together in an input data set.

  4. Get Unix time in Python - Stack Overflow

    Feb 26, 2021 · In Python, I want to get the current Unix timestamp and then store the value for the long term and be handled by non-Python systems. (I am not merely trying to compute the difference …

  5. Create timestamp variable in bash script - Stack Overflow

    Jun 12, 2013 · I am trying to create a timestamp variable in a shell script to make the logging a little easier. I want to create the variable at the beginning of the script and have it print out the current time

  6. How to get the unix timestamp in C# - Stack Overflow

    Jan 1, 2001 · I have had look around stackoverflow, and even looked at some of the suggested questions and none seem to answer, how do you get a unix timestamp in C#?

  7. Converting unix timestamp string to readable date - Stack Overflow

    1160 I have a string representing a unix timestamp (i.e. "1284101485") in Python, and I'd like to convert it to a readable date. When I use time.strftime, I get a TypeError:

  8. Converting a UNIX Timestamp to Formatted Date String

    Jul 17, 2008 · Using PHP, I want to convert UNIX timestamps to date strings similar to this: 2008-07-17T09:24:17Z How do I convert a timestamp such as 1333699439 to 2008-07-17T09:24:17Z?

  9. Convert current time from Windows to Unix timestamp?

    I saw the accepted solution in Convert Windows Filetime to second in Unix/Linux but am stuck at what I should pass to the function WindowsTickToUnixSeconds(). Judging by the parameter name …

  10. Timestamps: iso8601 vs unix timestamp - Stack Overflow

    Unix-time timestamps don't have that problem in any lanuage I know. The other thing is that you can easily get into trouble using "smart" Date or Timestamp fields in the database (and during parsing). …