Closed matjames007 closed 6 years ago
Upon further investigation... the logic is sound. The time inconsistency is as a result of the difference in the timezone of the server and the application server. This will not be the case as both will be hosted on the same physical and logical server.
All dates being stored in the database are being represented in a flavour of ISO8601. However the uigrid object used to render the data in tables are currently only able to use javascript dates. Some effort is needed to modify this.