YorizZ wrote: >> strptime() may be your friend if your platform supports it: > > Yeah, > > I know about that. > Unfortunately i have to deal with windows... Then look for a portable strptime implemented in Python itself, such as Brett Cannon's at http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/56036 . Alex