oppia/oppia

[BUG]: Mismatch between displayed time and real-time on Blog page

Open

#24.787 geöffnet am 5. Feb. 2026

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (3.534 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (5.292 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 19h) (71 gemergte PRs in 30 T)

Beschreibung

Describe the bug

There is a discrepancy between the time displayed on blog posts and the actual real-time clock.

URL of the page where the issue is observed.

http://localhost:8181/blog-dashboard

Steps To Reproduce

Log in to the Oppia admin/blog dashboard.

Create a new blog post

Fill in the required fields

Publish the post

Refresh and Observe the timestamp

Compare the displayed timestamp with your actual publication time.

Expected Behavior

The timestamp should accurately reflect the moment of publication, ideally converted to the user's local timezone or clearly labeled as UTC.

Screenshots/Videos

https://github.com/user-attachments/assets/69b9dc42-922a-4302-925f-a95a3b7d5e6d

What device are you using?

Desktop

Operating System

Linux

What browsers are you seeing the problem on?

No response

Browser version

No response

Additional context

No response

Tips for developers

Before addressing the bug, please identify which PR caused the issue (you can follow the steps here). If you identify the PR, comment on the issue with a link to it. If not, mention the commit hash of the oldest commit you saw the bug on (and the month and year it was made in).

Then, please leave a comment with details of the approach that you plan to take to fix the issue (see example).

Note: If this is your first Oppia issue, please make sure to follow our guidelines for choosing an issue and setting things up. You will also need to show a demo of the fix working correctly on your local machine. Thanks!

Contributor Guide