DateTime - UTC to Local

Posts   
 
    
Amith
User
Posts: 23
Joined: 21-Aug-2008
# Posted on: 20-Oct-2008 21:26:03   

Is there any easy way I can convert the UTC time in DB to local time while fecthing the record?

Actually I am fetching in different ways. So if I have to change after fetching I have to do this all the places. I just want to know how LLBLgen handles date & for conversion from UTC to local & viceversa.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 21-Oct-2008 05:45:49   

You could use TypeConverters

David Elizondo | LLBLGen Support Team