Hi Jeff,

I think your python also does something wrong ;)
>From a normal plain old java application:

public class TestApp {

        public static void main(String[] args) {
                System.out.println(new SimpleDateFormat("HH:mm").format(new Date
(1244113800000l)));
        }

}

Results in:
13:10

Am i doing something wrong here?

Thanks,
Twan

On Jun 4, 7:41 pm, Jeff Sharkey <jshar...@android.com> wrote:
> > The tomcat result is the right one.
>
> No, the Android time is correct:
>
> sh-3.1$ python>>> import time
> >>> print time.strftime("%H:%M", time.gmtime(1244113800))
>
> 11:10
>
> --
> Jeff Sharkey
> jshar...@android.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to