This blog addresses the importance of handling timestamp data from APS APIs while considering end-user time zones. It emphasizes that API responses typically return timestamps in UTC format, impacting how data is displayed on dashboards. Key APIs mentioned include GET projects/:project_id from ACC (lastSignIn, createdAt, updatedAt), GET workitems/:id from Design Automation (multiple timestamp fields), and GET projects/:project_id/versions/:version_id from Data Management (createTime, lastModifiedTime), along with the DateTime Scalar from AEC Data Model. Adjusting timestamps for user time zones is crucial for proper data representation.
You can access the full blog here!
Comments
0 comments
Article is closed for comments.