Skip to content

Commit 1bc7588

Browse files
committed
Add DEBUG_INFO to keep track of offset and dst_until changes
1 parent 32292b5 commit 1bc7588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility/time/TimeService.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ unsigned long TimeService::getTime()
9393

9494
void TimeService::setTimeZoneData(int offset, unsigned int dst_until)
9595
{
96+
DEBUG_INFO("ArduinoIoTCloudTCP::%s offset[%d] dst_unitl[%ul]", __FUNCTION__, offset, dst_until);
9697
_timezone_offset = offset;
9798
_timezone_dst_until = dst_until;
9899
}

0 commit comments

Comments
 (0)