gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash configure.ac


From: Martin Guy
Subject: Re: [Gnash-commit] gnash configure.ac
Date: Thu, 8 Feb 2007 20:12:21 +0000

>> Is ftime() POSIX or is there any implementation in boost? If so I'd go
>> for boost.

  Boost has pretty good Date/Time support, I used it for Cygnal's
network timing support. It might be worth investigating if this can help
with the Date class.

Mmm that looks good, but Flash time/date behaviour turns out to be so
bizzarre that I expect using a library that cleanly distinguishes
between local time objects and UTC time objects actually to make it
harder to emulate the behaviour of its methods, which all appear to
fiddle with a single internal double-precision float.

Well, to really emulate it, we should also reverse-engineer its
internal DST rules to change daylight saving time on the wrong day of
the year too :-/
I didn't bother doing that; it uses the system (Posix) rules at present.

Gnash does not currently require the boost date_time library package,
and the current date getting/setting methods now seem to work the same
as flash player, but I can reimplement it using that if you wish. It's
only time...

   M




reply via email to

[Prev in Thread] Current Thread [Next in Thread]