Skip to content

brian-joseph-petersen/its.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Internet Time Service

Python class for implementing RFC 868 Time Protocol

import its

today = its.time()

today.strftime    # %Y-%m-%d %H:%M:%S
today.date        # %Y-%m-%d
today.time        # %H:%M:%S
today.year        # %Y
today.month       # %m
today.day         # %d
today.hour        # %H
today.minute      # %M
today.second      # %S

About

Python class for implementing RFC 868 Time Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages