https://github.com/mendel5/strftime-template
Templates to format date and time, e.g. on Linux systems
https://github.com/mendel5/strftime-template
date format linux strftime template time
Last synced: 5 months ago
JSON representation
Templates to format date and time, e.g. on Linux systems
- Host: GitHub
- URL: https://github.com/mendel5/strftime-template
- Owner: mendel5
- License: agpl-3.0
- Created: 2020-03-17T06:34:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T13:19:42.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:57:23.690Z (11 months ago)
- Topics: date, format, linux, strftime, template, time
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strftime-template
Templates to format date and time, e.g. on Linux systems
## Code
English
```
%A _ %Y-%m-%d _ %d. %B %Y _ day %j _ %Z UTC %z _ %H:%M:%S
%A _ %Y-%m-%d _ day %j _ UTC %z _ %H:%M:%S
%A, %d. %B %Y, day %j, %Z, UTC %z, %H:%M:%S
```
German
```
%A _ %Y-%m-%d _ %j. Tag _ UTC %z _ %H:%M:%S Uhr
%A, %d. %B %Y, %j. Tag, %Z, UTC %z, %H:%M:%S Uhr
```
## Links
- [https://man7.org/linux/man-pages/man3/strftime.3.html](https://man7.org/linux/man-pages/man3/strftime.3.html)
- [http://strftime.net](http://strftime.net)
- [https://strftime.org](https://strftime.org)
- [https://www.foragoodstrftime.com](https://www.foragoodstrftime.com)