Skip to Content
0
Former Member
Jan 24, 2009 at 10:57 AM

two question about caf's Date

30 Views

hi

here are my questions

i use caf with my project, and some attribute of the entity service of caf used caf.core.Date

i hit exception because DST. what can i do?

and, i use a thread to remote the entity service, insert a data with date, such like "2008/05/02 00:00:00", i checked from database, it successful("2008/05/02 00:00:00"). But whan i try same way to read the data, it bacame "2008/05/01 16:00:00", i guess it because my disktop's location is China(GMT+8).

why caf do nothing when i insert, but regulated the date when i read? is there any filter or api i shoud use when i insert or read?

thanks.