Problem/Motivation
People behave differently during different times of the day. The javascript tracker already collects the visitor's local time.
Steps to reproduce
Proposed resolution
Add a new column to the visitors' table to log the visitor's local time (not a timestamp, no date).
Remaining tasks
- Add column
- Update tracker service to log local time
User interface changes
API changes
visitor_localtime: the number of seconds since midnight locally
Data model changes
New column
+-----------------------------+-----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------------------------+-----------------------+------+-----+---------+----------------+
| visitor_localtime | mediumint | YES | | NULL | |
+-----------------------------+-----------------------+------+-----+---------+----------------+
Comments
Comment #2
bluegeek9 commentedComment #3
bluegeek9 commentedThis is intended as part of the 8.x-2.17 release.
No views support for visitor_localtime right now. This will probably end up being a customer views field.
Comment #6
bluegeek9 commentedComment #8
bluegeek9 commentedThis issue was resolved. A new release, 8.x-2.17, will be made soon, May 31st.
This is an excellent opportunity to beta test the dev branch, and report any issues.
Contributors (5)
bluegeek9, roshni27, abhishek_gupta1, sarwan_verma, SandeepSingh199
Changelog
Issues: 32 issues resolved.
Changes since 8.x-2.16:
Bug
Feature
Task