I needed the script in [WayBack] Firebird – generate time/date/timestamp values to reproduce a problem in Database Workbench <= 5.3.2 with exporting TIME and TIMESTAMP values to Excel xlsx format: the time portion got lost so
- TIME columns all became a date
1900-01-00(I think the00is because of the infamous 1900 problem that also makes this hard: Excel worksheet function – How do I get the weekday name of a date?) - TIMESTAMP columns all got the midnight timestamp of the date value specified
The bug is fixed so will appear in the next beta and release versions: [WayBack] 0001506: Timestamp export to Excel XLSX only shows date, Time fails, CSV shows both date and time – Bug & Feature Tracker @ Upscene.com
–jeroen











