My use case is that I'm just making a website that I want people all over the world to be able to use, and I want to be able to say things like "This happened at 5:33pm on October 5" and also "This happened 5 minutes ago," etc.
Should I use the datetime module? Or just strftime? Or something fancier that isn't part of the std distro of Python?