slashroots / undp-ghg-v2

Node JS version of the UNDP Greenhouse Gases Database
0 stars 0 forks source link

Date Not Accurately Represented #31

Closed matjames007 closed 6 years ago

matjames007 commented 6 years ago

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.

matjames007 commented 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.