On Sat, Sep 17, 2011 at 12:25 AM, Gé Weijers <g...@weijers.org> wrote:

> long UnixTime(time_t now)
> {
>     struct tm *p = gmtime(&now);
>

but now the question: if time(0) returns time in either GMT or local TZ, how
can i know which value to pass to UnixTime()?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to