From 3be4637dddecb048a44e5086eb3627c2cddbf1ee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 19 Aug 2024 09:03:32 -0400 Subject: [PATCH] test --- data/software/maya.md | 6 ++++++ 1 file changed, 6 insertions(+) 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