Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ezTime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ String Timezone::dateTime(time_t t, const ezLocalOrUTC_t local_or_utc, const Str
String tzname;
bool is_dst;
int16_t offset;
t = tzTime(t, LOCAL_TIME, tzname, is_dst, offset);
t = tzTime(t, local_or_utc, tzname, is_dst, offset);

String tmpstr;
uint8_t tmpint8;
Expand Down