Skip to content

Commit

Permalink
Internal Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677895930
  • Loading branch information
clink42 authored and The android_world Authors committed Sep 23, 2024
1 parent 03ec6a5 commit 58fac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android_world/utils/datetime_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def advance_system_time(
current_time = datetime.datetime.strptime(
adb_utils.issue_generic_request(
['shell', 'date'], env
).generic.output.decode()[:-1],
).generic.output.decode().strip(),
'%a %b %d %H:%M:%S %Z %Y',
)

Expand Down

0 comments on commit 58fac79

Please sign in to comment.