About 2,220,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 …

  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 …

  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 …

  4. 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 …

  5. 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 …

  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. 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 …

  8. How do I get a unix timestamp from PHP date time?

    Jul 25, 2012 · 23 I'm trying to get a unix timestamp with PHP but it doesn't seem to be working. Here is the format I'm trying to convert to a unix timestamp: PHP

  9. 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?

  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 …