An open API service indexing awesome lists of open source software.

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

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)