Issue timestamps are displayed differently depending on the environment in which the application is accessed. Records created on the server can appear several hours earlier or later when viewed by users in another timezone. Timestamp storage and serialization should use a consistent timezone strategy, preferably UTC, while the frontend should convert values to the users local timezone only when presenting them.