Closed GoogleCodeExporter closed 8 years ago
Another comment related to time format from Johnbo:
(from
http://www.babelzilla.org/forum/index.php?showtopic=4494&st=0&p=43126&#entry4312
6)
When the column "Expires" shows a date, it's formatted in English format
instead of
in local format. For example, I see "Wed, 01 Jan 2020 00:00:00 GMT" where I
think I
should see "Mié, 01 Ene 2020 00:00:00 GMT" (in Spanish: Wednesday -->
Miércoles;
January --> Enero). Furthermore, when I create a new cookie and I establish the
expiration date, it doesn't recognize the local format. I mean, in Spanish,
dates are
almost always formatted as dd/mm/yyyy, but if I set the expiration date to
13/08/2008
(what I thought it should be August 13th), it sets the cookie expiration to
"Wed 07
Jan 2009 23:00:00 GMT". If this can't be fixed, at least it could warn me
saying that
I'm entering an invalid month (13).
Original comment by odva...@gmail.com
on 19 Aug 2008 at 8:08
Javascript 1.5 ( Hmm, perhaps even 1.8 ) does not provide std lib for l10n
date/time
format support, AFAIK. If you don't mind, please take reference from Dao
Gottwald
<dao at design-noir.de>:
http://en.design-noir.de/webdev/JS/Date.format/
Several western lang l10n are included.
Original comment by benc...@gmail.com
on 19 Aug 2008 at 8:37
Part of the bug is fixed. The expires time displayed in the cookie list
respects the
current locale. Just like the Firefox Cookies dialog does (r14).
Honza
Original comment by odva...@gmail.com
on 22 Aug 2008 at 3:10
There are new date and time pickers (new UI widgets) in the edit-cookie dialog.
The
user can also set the cookie expire-time using the local (and localized)
timezone.
Both XUL elements <datepicker> and <timepicker> are introduced in Firefox 3 so,
the
dialog remains the same in older versions of Firefox.
Committed in trunk (r22)
Honza
Original comment by odva...@gmail.com
on 2 Sep 2008 at 6:06
I believe that this bug is fixed in v0.7 (beta).
http://www.softwareishard.com/blog/firebug/firecookie-07-beta/
Please, let me know if there would be any problem.
Honza
Original comment by odva...@gmail.com
on 9 Sep 2008 at 7:53
Original issue reported on code.google.com by
benc...@gmail.com
on 29 Jul 2008 at 6:53