You should probably be using the DateTime module. Either passing DateTime objects into your templates or using Template::Plugin::DateTime.
peng.jianrong wrote: > I know there is no standard HTTP header with client's timezone sent by > browsers. we can do it ourselves, if the web need login, we need to do it > only once and then save it in the session. > in fact, if the Date plugin has no timezone option, i don't think it is very > useful. we have to format the date using javascript according to the > browser's timezone.. > > ----- Original Message ----- > From: "Slaven Rezic" <[email protected]> > To: "peng" <[email protected]> > Cc: <[email protected]> > Sent: Tuesday, August 04, 2009 5:33 PM > Subject: Re: [Templates] timezone option in Date plugin. > > >> peng wrote: >>> hi, everybody. >>> >>> I think it is neccesary to add timezone option in Date plugin. Date plugin >>> is not like POSIX strftime, which convert the date format according to the >>> local computer timezone.Date plugin should display the datetime according >>> to the browser's timezone. >>> >>> I think if a user login a web, the browser passes the timezone to web >>> server, the Date plugin use the timezone to convert the date, then the user >>> can view the date in his/her timezone. >>> >>> if no this option, we have to use javascript to convert the date format in >>> browser's timezone. >>> >>> >> To my knowledge there is no standard HTTP header sent by browsers >> indicating the client's date or timezone. I think it's only possible >> with Javascript to do the formatting according to the browser's timezone. >> >> -- >> Slaven Rezic, imt GmbH, Methfesselstr. 30, 10965 Berlin >> Fon +49 30 886633 208, Fax +49 30 886633 150 >> Local Court: Charlottenburg, HRB 101774B >> Managing Directors: Adrian Le Hanne | Heike Ziegler >> >> >> > _______________________________________________ > templates mailing list > [email protected] > http://mail.template-toolkit.org/mailman/listinfo/templates _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
