Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extratone/davodtime
A not-so-original timestamp format.
https://github.com/extratone/davodtime
8601 datetime timestamps
Last synced: 8 days ago
JSON representation
A not-so-original timestamp format.
- Host: GitHub
- URL: https://github.com/extratone/davodtime
- Owner: extratone
- License: other
- Created: 2023-12-04T15:37:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:55:48.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:48:16.010Z (8 months ago)
- Topics: 8601, datetime, timestamps
- Language: HTML
- Homepage: https://extratone.github.io/davodtime/
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![MMddYYYY-HHmmss](/media/davodtime.png)
# MMddYYYY-HHmmss
Updated `12042023-100354`- [**GitHub Repository**](https://github.com/extratone/davodtime)
- [Gist](https://gist.github.com/extratone/0540718c80734fd6ec7e2c974c7a9e70)
- [The Psalms’ Wiki Entry](https://github.com/extratone/bilge/wiki/DavodTime)
- [WTF](https://davidblue.wtf/drafts/A09BB9CE-430D-4DDF-8FB6-F17912FB1E26.html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/A09BB9CE-430D-4DDF-8FB6-F17912FB1E26.md)
- [Draft](drafts://open?uuid=A09BB9CE-430D-4DDF-8FB6-F17912FB1E26)---
`MMddYYYY-HHmmss`
I decided to create my own standardized time format because I was getting tired of getting confused by my own timestamps.
Ex:
`01152022-135757`
`05212022-042625`---
## Siri Shortcut
- [#3](https://github.com/extratone/davodtime/issues/3)- [**RoutineHub Page**](https://routinehub.co/shortcut/10872)
- [iCloud Share URL](https://www.icloud.com/shortcuts/cc71704b3a9a4f98949b59fdeba49e24)
- [Raw Repository File](https://github.com/extratone/davodtime/blob/main/shortcut/DavodTime.shortcut)
- [iCloud Share URL](https://www.icloud.com/shortcuts/5a4ebd4ed057415b8915c535951c1059) - *Version 1.0*### Source
![Showcuts Source](/shortcut/Showcuts.png)
- [**GitHub Pages**](https://extratone.github.io/davodtime/shortcut/DavodTime.html) (HTML)
- [JSON](https://github.com/extratone/davodtime/blob/main/shortcut/DavodTime.json)
- [Showcuts](https://showcuts.app/share/view/cc71704b3a9a4f98949b59fdeba49e24)```jelly
date() >> date
formatDate(date: "${Date}", dStyle: Custom, custom: "MMddYYYY-HHmmss") >> formatDate
var DavodTime = Formatted Date
setClipboard(variable: Formatted Date) >> setClipboard
```### WordPress Date/Time
- [#4](https://github.com/extratone/davodtime/issues/3)As specified in [this documentation](https://wordpress.org/documentation/article/customize-date-and-time-format), dtime is represented in WordPress applications as:
`m/d/Y-H/i/s`
## ToDo
Since I’m in the process of learning JavaScript, I think it would be interesting to attempt the creation of a live clock webpage displaying the current, *timezone-adjusted* time in DavodTime.