Skip to content

Updated Time in Example TFT_eSPI_OpenWeather_LittleFS.ino #26

@AllenM001

Description

@AllenM001

in TFT_eSPI_OpenWeather_LittleFS.ino line 359 local time is sent to strDate() when it requires UTC.
Change this:
String date = "Updated: " + strDate(local_time);
to this:
String date = "Updated: " + strDate(now());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions