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