URGENT!! DST did not change timestamp on DB

o2befree

New Member
I have a production database - that has to be back up an running in less than an hour - the timestamp on the database is 1 hour behind the current time - because of the DST change that apparently did not work.

I have attempted to change the time backward on the system clock - as well as forward - and cannot get to the current time. I have shutdown the db, truncated the bi, and restarted.

How do I get the timestamp to be the same as the system time?
 

TomBascom

Curmudgeon
Like Casper I hope your urgent problem is solved but I'm kind of mystified as to what the problem actually is (and what Progress version and platform it is that we are talking about).

What database timestamp are you concerned about? Are you looking at the os level time in a directory listing? Or the result of a 4gl TIME() fundtion? Or something in the .lg file? Or something else?

Is there something that isn't working? It sounds like you can start & stop the db, truncate the bi and generally "do stuff" so why the urgency?
 
Top