Bug with German date/time
Bug with German date/time
- Subject: Bug with German date/time
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 24 Jun 2004 02:15:54 -0700
There's a bug in Panther, AS 1.9.3, with German date and time. German times
often have " Uhr" at the end, even in short format. But AppleScript is
reading " Uhr", in short format, as if it were a "PM"-type designation for
afternoon, and adds 12 hours to all morning times. This is true even if you
go into System Preferences/International/Formats, click Customize, and
explicitly expose or type "Uhr" as "Before Noon" and "After Noon"
designators to the Time format. (In fact even if you _delete_ "Uhr" from
those text boxes they show up again.)
date "13.11.1996 8:30 Uhr" --> compiles to
--> date "Mittwoch, 13. November 1996 20:30:00 Uhr"
whereas
date "13.11.1996 8:30" --> compiles to
--> date "Mittwoch, 13. November 1996 8:30:00 Uhr"
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.