Converting Time question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Math

    #1

    Converting Time question

    Hello PythonPeople..

    Can anybody help me out?
    How do I convert a time of day from milliseconds?
    For example:
    I got the following time in milliseconds: 1,090516451769E +15
    And I want to print it like: 17:14:11.769
    I'm on WinXP
    Time zone: GMT +01:00

    Thank you all!
  • Sybren Stuvel

    #2
    Re: Converting Time question

    Math enlightened us with:[color=blue]
    > How do I convert a time of day from milliseconds?[/color]

    Milliseconds since what?

    Sybren
    --
    The problem with the world is stupidity. Not saying there should be a
    capital punishment for stupidity, but why don't we just take the
    safety labels off of everything and let the problem solve itself?
    Frank Zappa

    Comment

    Working...