All Tags »
PowerShell »
DateTime »
Unix
Sorry, but there are no more tags available to filter with.
-
This time not a translation from a Hey scriptingguy article, but a question that just came up in the #powerShell IRC channel,
how to convert a Unix timestamp to a local datetime ?
A Unix Timestamp is expressed in seconds since 1 January 1970 in UTC time, this function will convert the unix timestamp to a UTC time first, ...