[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2438) Ability to transform dates/timezones from/to timezones
    Uzay Takaoglu (JIRA) 
    noreply at atlassian.com
       
    Wed Feb 21 13:23:32 EST 2007
    
    
  
Ability to transform dates/timezones from/to timezones
------------------------------------------------------
         Key: HHH-2438
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2438
     Project: Hibernate3
        Type: New Feature
  Components: core  
 Environment: all
    Reporter: Uzay Takaoglu
when date or timestamp are retrieved from the database, almost all the applications utilizing hibernate require some type of formatting especially applications serving users accross multiple timezones require time/date change to these timezones. Currently applications do custom coding to handle this circumstece. Hibernate can provide such functionality simplifying usability. 
Such parameters can be set at the hib session level for dates/timestamps. API caller would set databases timezone info, e.g. GMT and set timezone desired while extracting the data e.g. EST. When the data is loaded, conversion automatically happens. It could be applicable to both read and write. 
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira
    
    
More information about the hibernate-issues
mailing list