-
|
When I run devlog list, I see dates but not times. Can I see the exact time a note was created? |
Beta Was this translation helpful? Give feedback.
Answered by
adev0x
Feb 27, 2026
Replies: 1 comment
-
|
Timestamps are stored internally in ISO format. You can see them with: devlog export | python3 -m json.toolThe |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adev0x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Timestamps are stored internally in ISO format. You can see them with:
The
timestampfield has full UTC time. Thelistcommand showsYYYY-MM-DD HH:MMformat which includes hours and minutes.