jQuery in Action, 2nd edition
The moose likes JSF and the fly likes How to format all dates and times into user's default local time zone? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to format all dates and times into user Watch "How to format all dates and times into user New topic
Author

How to format all dates and times into user's default local time zone?

Volodymyr Levytskyi
Ranch Hand

Joined: Mar 29, 2012
Posts: 187

Hello!

I have good idea. I want to style all dates and times within my site into user's default local time zone. So that date and time is correct for user's local time zone.

I know I can use <f:convertDateTime>. But is there any way to format all dates from one place without using <f:convertDateTime>?

Thank you!
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

Unfortunately, no. And unless the tag explicitly overrides it, the timezone will be UTC.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: How to format all dates and times into user's default local time zone?
 
Similar Threads
How To Convert GMT
local time display in forum
Time Zone
Time and time-zone
how to set the Time zone ?