Modify ↓
#7711 closed enhancement (wontfix)
Ability to use datetime col type instead of epoch (in the database)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | 0.12dev |
Severity: | normal | Keywords: | epoch, sql, database, format, datetime |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'd really enjoy the ability (config option) to store dates as SQL-dates, 'cause it's much easier to use SQL query results / DB-csv-exports with 3rd party programs (eg Open OO.org Calc has no epoch format for datetime cols)
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Priority: | normal → highest |
---|
Note:
See TracTickets
for help on using tickets.
This would require deep changes in Trac core for little reward. The suggested use cases would probably be better addressed with a custom export plugin.