Skip to content

Commit

Permalink
nexus3
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 15, 2024
1 parent 7d15223 commit 2213132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _get_schedule(self, location_id: int) -> None:
foo = datetime.strptime(appointment["startTimestamp"], "%Y-%m-%dT%H:%M").isoformat()
print(f"GarDebug: the appointment datetime stamp foo: {foo}")

datetime_obj = datetime.datetime.strptime(appointment["startTimestamp"], "%Y-%m-%dT%H:%M:%S")
datetime_obj = datetime.strptime(appointment["startTimestamp"], "%Y-%m-%dT%H:%M:%S")
formatted_string = datetime_obj.strftime("%A, %B %d, %H:%M")
print(f"GarDebug: the appointment datetime stamp formatted_string: {formatted_string}")

Expand Down

0 comments on commit 2213132

Please sign in to comment.