- UID
- 53718
- 热情
- 428
- 人气
- 792
- 主题
- 31
- 帖子
- 360
- 精华
- 0
- 积分
- 811
- 分享
- 0
- 记录
- 0
- 相册
- 2
- 好友
- 0
- 日志
- 0
- 在线时间
- 581 小时
- 注册时间
- 2005-10-23
- 阅读权限
- 20
- 最后登录
- 2025-4-5
 
升级   62.2% - UID
- 53718
- 热情
- 428
- 人气
- 792
- 主题
- 31
- 帖子
- 360
- 精华
- 0
- 积分
- 811
- 阅读权限
- 20
- 注册时间
- 2005-10-23
|
4# matthewdiao
水一下这帖子了。难得你对这个感兴趣。
Computers use unix time stamp to track time. This time based on seconds since from 1/1/1970 0:0:0. So 1/1/1970 0:0:0 is 0 second. you can calculate the second day 2/1/1970 is
24*60*60 = 86400 seconds . Now is 1271668242 second.
In this case, this forum written by PHP code. When you first time registered with skykiwi, PHP code will query computer, give me current unix time stamp representing current date. For example, computer return you a 1104559200 seconds, which will represent your register date and save it in Skykiwi's database. It is a unix time stamp format represent date. Human can not understand. For human understandable, PHP code has to convert 1104559200 seconds to human date format. 1104559200 seconds is converted to 1/1/2005 0:0:0 and display on this webpage. If you want to make your register date to display 1/1/1970 0:0:0, you have to go to your record in skykiwi database and change your register date time stamp to 0 second. Another possibility is PHP code had error return 0 second for your register day. |
|