24 May
2000
24 May
'00
1:19 p.m.
Given Itamar's comments, I have changed his suggestion as follows:
You can try to fix this problem, by removing the "int(...)" in "OFS.Image.py:186"
- mod_since=int(DateTime(header).timeTime())
+ mod_since=long(DateTime(header).timeTime())
I've checked this in for 2.2. Thanks for investigating this guys!
--Brian
Woohoo! :-) Chris