Time of Day

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

    Time of Day

    Hello,

    Is there a formula/function I can use to convert the Unix time stamp to
    a time of day?

    Thanks,

    Sam
  • Peter Hansen

    #2
    Re: Time of Day

    Sam Snead wrote:
    [color=blue]
    > Is there a formula/function I can use to convert the Unix time stamp to
    > a time of day?[/color]

    What do you mean by "Unix time stamp"? The number of seconds since the
    beginning of the epoch? Or something else? time.localtime( ) would be
    the most obvious answer, if I'm even nearly answering the right question.

    Comment

    Working...