LocalTime.dstInEffect

bool dstInEffect(long stdTime) @trusted const scope nothrow

Takes the number of hnsecs (100 ns) since midnight, January 1st, 1 A.D. in UTC time (i.e. std time) and returns whether DST is in effect in this time zone at the given point in time.

Parameters

stdTimeThe UTC time that needs to be checked for DST in this time zone.