N
nicolas.gendron
Hi,
I'm working on an application that is using DAO to create an Access
Database.
The application creates a table and put the current date and time in a
field of this one.
myRecordset.m_currentTime = COleDateTime(currentUtcTime);
When I'm opening the table it displays the time in local time. The
problem is that it seems that the new DST wasn't applied.
* My computer has the Microsoft DST 2007 update installed.
Any help would be greatly appreciated.
Thanks a lot.
Nic
I'm working on an application that is using DAO to create an Access
Database.
The application creates a table and put the current date and time in a
field of this one.
myRecordset.m_currentTime = COleDateTime(currentUtcTime);
When I'm opening the table it displays the time in local time. The
problem is that it seems that the new DST wasn't applied.
* My computer has the Microsoft DST 2007 update installed.
Any help would be greatly appreciated.
Thanks a lot.
Nic