About 130,000 results
Open links in new tab
  1. Convert date time string to epoch in Bash - Stack Overflow

    Jan 16, 2015 · The date time string is in the following format: 06/12/2012 07:21:22. How can I convert it to UNIX timestamp or epoch?

  2. linux date command convert arbitrary date time to utc

    Jun 21, 2016 · How do I convert an arbitrary date and time to UTC using the 'date' command in Linux? Using the following format just prints my specified time and doesn't convert it. # …

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

    Oct 30, 2008 · The upcoming .NET 4.6 (to be release later in this year) introduces support for this. See DateTimeOffset.FromUnixTimeSeconds and DateTimeOffset.ToUnixTimeSeconds …

  4. How to convert timestamps to dates in Bash? - Stack Overflow

    In OSX, or BSD, there's an equivalent -r flag which apparently takes a unix timestamp. Here's an example that runs date four times: once for the first date, to show what it is; one for the …

  5. bash - Convert Unix timestamp to a date string - Stack Overflow

    Jul 27, 2020 · Is there a quick, one-liner way to convert a Unix timestamp to a date from the Unix command line? date might work, except it's rather awkward to specify each element (month, …

  6. Converting unix time into date-time via excel - Stack Overflow

    Converting unix time into date-time via excel Asked 8 years, 4 months ago Modified 9 months ago Viewed 412k times

  7. Ways to Convert Unix/Linux time to Windows time

    I had been looking for something similar (converting between Windows and Linux times/epochs) and ended up writing something up using bits and pieces from MSDN and Convert Unix/Linux …

  8. Converting Unix timestamp string to readable date

    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 TypeError: import time print time.

  9. How to get the current time in seconds since the epoch, in Bash …

    Jul 7, 2009 · I need something simple like date, but in seconds since 1970 instead of the current date, hours, minutes, and seconds. date doesn't seem to offer that option. Is there an easy way?

  10. How do I convert dmesg timestamp to custom date format?

    I am trying to understand the dmesg timestamp and find it hard to convert that to change it to a Java date or custom date format. Sample dmesg log entry: [14614.647880] airo(eth1): link lost …