I put start-time capture at top of view, and end time-capture at bottom of
view. Start and end time are always result in identical values but seems
that end time should be different.
In view I have:
{{startTime = request.now}} [this is a top of view]
{{for a in
...takes a few seconds to run through a bunch of computations and
data:}}
{{endTime = request.now}} [this is at bottom of view]
Result is:
Start Time: 2022-01-15 16:04:28.066000 End Time: 2022-01-15
16:04:28.066000 [This should be different]
Time Spent Checking: 0:00:00 [It should have some minor value in it, right?]
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/0e662dc4-1dce-4830-a3c5-a163bae9031cn%40googlegroups.com.