Date to Epoch time: (A1: Date cell)
=(A1-25569)*86400
Epoch time to Date: (A1: Epoch time cell)
=(A1/86400)+25569
PS. Need to format the cell to date
Showing posts with label Epoch. Show all posts
Showing posts with label Epoch. Show all posts
Monday, February 13, 2012
Subscribe to:
Posts (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
-
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...
-
[轉載] [Javascript] Encrypt your private blog post from the article of Kaie's Blog 今日在PPT上的Blog版逛到版友weijr所提到的一篇好文章,可以用來針對Blog中某一段文字給予加密,變成...
-
For Mac OS: Use lipo. Ex. lipo -info staticLibrary.a For Linux OS: Use file Ex. file staticLibrary.c