diff --git a/data/software/maya.md b/data/software/maya.md index c263660..8839b6a 100644 --- a/data/software/maya.md +++ b/data/software/maya.md @@ -33,3 +33,9 @@ formatted_dt = dt.rfc2822() print(formatted_dt) ``` + +This will output the current datetime in RFC 2822 format. + +## Links + +- https://github.com/kennethreitz/maya