About 4,350,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. 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 …

  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 …

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

  7. What's the difference between Epoch Timestamp and Unix time?

    Jun 29, 2022 · So "UNIX time" is that system of reckoning, and "Epoch timestamps" are points in time in that system. Now, you appear to me to be conflating temporal units in your use of …

  8. unix - Why is 1/1/1970 the "epoch time"? - Stack Overflow

    Jun 23, 2011 · The definition of unix time and the epoch date went through a couple of changes before stabilizing on what it is now. But it does not say why exactly 1/1/1970 was chosen in the …

  9. unix timestamp - Getting "unixtime" in Java - Stack Overflow

    Date.getTime() returns milliseconds since Jan 1, 1970. Unixtime is seconds since Jan 1, 1970. I don't usually code in java, but I'm working on some bug fixes. I have: Date now = new Date(); ...

  10. 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#?