The common approach to this situation is storing the data as a 24hour 
timestamp in the database/sqlalchemy and converting it to a 12hour am/pm 
for display/editing.

You could use a "12 hour" option and an enum column for am/pm or a string. 
You're going to have a much easier time in the longterm by using a standard 
timestamp though.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/1fcf1565-a1d1-40b9-b094-4f8671838905%40googlegroups.com.

Reply via email to