Anyone know what time it will be today?

A 5 star hangout for overworked and underpaid system admins.
Post Reply
NedSlider
Forum Moderator
Posts: 2897
Joined: 2005/10/28 13:11:50
Location: UK

Anyone know what time it will be today?

Post by NedSlider » 2009/02/13 10:05:33

Anyone know what [b]time[/b] it will be today?

Oh, it's going to be 1234567890 o'unix-clock :-D

[code]perl -e 'print scalar localtime(1234567890),"\n";'
Fri Feb 13 23:31:30 2009 (UTC)
[/code]

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: Anyone know what time it will be today?

Post by toracat » 2009/02/13 15:41:38

For me:
[code]
perl -e 'print scalar localtime(1234567890),"\n";'
Fri Feb 13 15:31:30 2009
[/code]
Ned, you did not place the URL http://isc.sans.org/diary.html?storyid=5854 :-D

NedSlider
Forum Moderator
Posts: 2897
Joined: 2005/10/28 13:11:50
Location: UK

Re: Anyone know what time it will be today?

Post by NedSlider » 2009/02/13 18:06:36

[quote]
toracat wrote:
For me:
[code]
perl -e 'print scalar localtime(1234567890),"\n";'
Fri Feb 13 15:31:30 2009
[/code]
Ned, you did not place the URL http://isc.sans.org/diary.html?storyid=5854 :-D[/quote]

hehe, you were lurking in #centos-social :-D

I missed it when it was 1,000,000,000 o'unix-clock:

[code]date -d "@1000000000"
Sun Sep 9 02:46:40 BST 2001
[/code]

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: Anyone know what time it will be today?

Post by toracat » 2009/02/13 19:20:26

[quote]
NedSlider wrote:

I missed it when it was 1,000,000,000 o'unix-clock:

[code]date -d "@1000000000"
Sun Sep 9 02:46:40 BST 2001
[/code][/quote]
Because you were too young at that time?

NedSlider
Forum Moderator
Posts: 2897
Joined: 2005/10/28 13:11:50
Location: UK

Re: Anyone know what time it will be today?

Post by NedSlider » 2009/02/14 01:01:50

[quote]
toracat wrote:
[quote]
NedSlider wrote:

I missed it when it was 1,000,000,000 o'unix-clock:

[code]date -d "@1000000000"
Sun Sep 9 02:46:40 BST 2001
[/code][/quote]
Because you were too young at that time?[/quote]

I [i]knew[/i] there was a reason I liked you so much :-D

Post Reply