nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#670 clock block no longer starts simulations at right time, #2410

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

this is probably a larger indication of clock problems, but started as a result of some of the new timezone and starttime / timestamp changes in the clock block.

Using this clock block:

clock {

timezone MST+7MDT;
starttime '2009-01-01 00:00:00';
stoptime '2010-01-02 00:00:00';

}

Simulation starts at 07:00:00, rather than 00:00:00.

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: "mhauer": * owner changed from mhauer to jcfuller

r3734 ... the system sets the timezone before the input file is opened. This was not recognized in a previous change. The referenced change no longer attempts to re-calibrate start_time for timezone offsets. See also #634.

,

"jcfuller": * status changed from assigned to closed

Seems to be working correctly as of r3734

,

"dchassin":- Milestone: Unscheduled --> Knothole Interim ,