On 14/12/11 22:53, Will Fitch wrote:
> I believe he's referring to sys/time.h, but this introduces portability 
> issues.  If it were just unix, that would be one thing.  But maintaining this 
> and a Windows alternative, and I have no idea what that is, is not worth it 
> IMO.  
<time.h> is present in *nix, Windows, and probably everywhere php runs.
As it provides mktime/gmtime/localtime, it should be possible to
portably deal with timezones.
At least when it's not multithreaded.
And if the host doesn't contain timezone data (embedded systems,
perhaps), that "System" zone
could simply default to UTC.


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to