AW: Date and Time - Functions-Bug!?
- To: mathgroup at smc.vnet.net
- Subject: [mg45100] AW: [mg45082] Date and Time - Functions-Bug!?
- From: Matthias.Bode at oppenheim.de
- Date: Wed, 17 Dec 2003 07:54:19 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello Marko,
Help Browser:
"FromDate[date] converts a date of the form
y, m, d, h, m, s
to an absolute number of seconds since the beginning of January 1, 1900. "
Your "ogrenze" (ogrenze = FromDate[{2000, 30, 10, 23, 59, 59}])
set the tenth day of the 30th month - which is outside MATHEMATICA'S
calendar definition.
Best regards,
Matthias Bode.
-----Ursprüngliche Nachricht-----
Von: Kastens at Hamburg.BAW.DE [mailto:Kastens at Hamburg.BAW.DE]
Gesendet: Dienstag, 16. Dezember 2003 12:21
An: mathgroup at smc.vnet.net
Betreff: [mg45082] Date and Time - Functions-Bug!?
Hi!
Here is something mysterious:
ogrenze = FromDate[{2000, 30, 10, 23, 59, 59}]
--> 3233692799
ToDate[ogrenze]
-->{2002, 6, 21, 23, 59, 59}
hm, 2002=2000 ...???
Is this only on my computer? Why?
Version Number: 4.1.2.0
Platform: Windows
Hmm, I'm thankful for any suggestions to deal with this.
marko