We don't know your use case,  but based on my experience I would say this:

Do NOT use time if you can avoid it,  use datetime instead.  If necessary 
choose an arbitary date to use with the time.

Why?  
Mainly because time doesn't mean very much on its own. e.g. if start time 
is 23:00 and end time is 02:30 the logic and calculations are difficult.
All functions, features and widgets work so well with datetime,  but not 
time.
In any case,  it is trivial to add and discard the date where you don't 
need it.

I appreciate that I am not answering your question,  but I thought my own 
experience might be relevant.
Best regards,  D

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to