Skip to content

Time format #3

@lampra1

Description

@lampra1

Please consider changing the time format to local time from:
datapoint['time'] = str(datetime.datetime.utcnow().replace(tzinfo=datetime.timezone.utc).isoformat())
to
datapoint['time'] = str(datetime.datetime.now().astimezone().isoformat())

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