The tzinfo class only defines an interface, you will need to implement it yourself (see the documentation for an example) or use a third-party module which implements it, like pytz.
Edit: Sorry, I missed that you don't want to import another library.