dmitskevich
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2011
09:13 AM
roDateTime gives wrong date and time
Dear Roku Developers,
I've just executed the following code on my box:
Result:
but GMT date/time now is 24 April 4:11 pm !!!
I have problem with date and time on my box for several days. I did factory reset, I left my box running for more then 24 hours, did reset, changed connection from wired to wireless, changed time on my network router, .... - nothing helped.
Where does Roku take its time? Is that service up and functioning correct?
(I'm still using firmware 2.9)
Do you have any ideas how to fix the problem?
Thanks in advance!
Dmitry
I've just executed the following code on my box:
dateTime = CreateObject("roDateTime")
dateTime.mark()
print dateTime.asDateStringNoParam()
print dateTime.getHours().tostr()+":"dateTime.getMinutes().tostr()
Result:
------ Running ------
Friday March 18, 2011
0:48
but GMT date/time now is 24 April 4:11 pm !!!
I have problem with date and time on my box for several days. I did factory reset, I left my box running for more then 24 hours, did reset, changed connection from wired to wireless, changed time on my network router, .... - nothing helped.
Where does Roku take its time? Is that service up and functioning correct?
(I'm still using firmware 2.9)
Do you have any ideas how to fix the problem?
Thanks in advance!
Dmitry
2 REPLIES 2

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2011
11:44 AM
Re: roDateTime gives wrong date and time
We do use network time servers to sync the clock. Please check your network connectivity and reboot your box.
--Kevin
--Kevin
dmitskevich
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011
12:05 AM
Re: roDateTime gives wrong date and time
Today in the morning I booted the box, the time is correct now. Thanks!
But it was not working for several days. May be Amazon EC2 Outage affected time servers Roku use?
In any case, now it works...
But it was not working for several days. May be Amazon EC2 Outage affected time servers Roku use?
In any case, now it works...