[plt-scheme] Timedeltas for PLT?

From: Marek Kubica (marek at xivilization.net)
Date: Sat Aug 16 05:53:22 EDT 2008

Hi,

I am trying to write some small non-trivial programs in Scheme and
while looking for stuff that might help me I ran across PLT Reference
Chapter 14.6, Time, <http://docs.plt-scheme.org/reference/time.html>.
Now, I'm quite used to Pythons datetime
<http://docs.python.org/dev/library/datetime.html> which has two
constructs that are useful to me: datetime.strptime and the timedelta.
Is there something like this also for PLT or do I have to create my own
library[1]? 

regards,
Marek

[1] that I could upload to PLaneT if it proves useful


Posted on the users mailing list.