Calculate date from numeric value

Posted by elias on Stack Overflow See other posts from Stack Overflow or by elias
Published on 2010-04-21T17:52:33Z Indexed on 2010/04/21 18:03 UTC
Read the original article Hit count: 257

Filed under:
|
|

The number 71867806 represents the present day, with the smallest unit of days.

How can I

  • calculate the currente date from it?
  • (or) convert it into an Unix timestamp?

Solution shouldn't use language depending features.

Thanks!

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about time