>Besides of the "Date without time" issue, there is also the issue handling >regular Date+Time in different TZ.
That's a lot more difficult, especially, as you mention because of DST as it requires data tables to make those decisions historically. I think the only way you can achieve this is changing every hard dependency in Flex on Date to use an interface type. Mike