This commit is contained in:
2024-08-19 09:03:32 -04:00
parent b49930ed81
commit 3be4637ddd
+6
View File
@@ -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