4

Can EnergyPlus output daylight savings time?

It appears EnergyPlus can account for daylight savings time but doesn't update the timestamp in hourly output - from this it sounds like hourly output timestamps are not shifted ("reporting is always in standard time") but schedules are: https://bigladdersoftware.com/epx/docs/8-5/tips-and-tricks-using-energyplus/schedules-off-by-1-hour.html

Is it possible to have EnergyPlus output daylight savings time instead of (or in addition to) standard time?

pajordan's avatar
576
pajordan
asked 2019-01-16 12:07:46 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2019-01-16 16:10:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

I do not believe it is possible to have EnergyPlus report in daylight savings time instead of standard. For specific reporting purposes you could post-process. Do you have a specific use case in mind?

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2019-01-16 13:19:59 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for the reply - for now I've been handling it via post processing but was hoping EnergyPlus might be able to do it for me. I'm modeling impacts for actions to demand response (DR) events that occur on specific days; was wondering why my summer DR events appeared to be an hour off in post processing and discovered it was due to daylight savings time.

pajordan's avatar pajordan (2019-01-17 11:16:10 -0500) edit
2

Just wanted to add, I found an output variable in the .rdd file called Site Daylight Saving Time Status that is either a 0 (standard time) or a 1 (daylight savings time) - can make post-processing the output easier to key off of.

pajordan's avatar pajordan (2019-02-19 12:56:43 -0500) edit
add a comment see more comments