mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-01 00:13:03 +05:30
Specify timezone in announcement
This commit is contained in:
parent
a96f435778
commit
770ec40a39
@ -73,7 +73,7 @@ export const fetchGhost = async (action: string, additional?: string) => {
|
||||
"/?key=" +
|
||||
env.GHOST_API_KEY +
|
||||
"&include=authors,tags&limit=all&formats=html,plaintext" +
|
||||
(additional ? additional : ""),
|
||||
additional || "",
|
||||
{ httpsAgent: agent, timeout: 10000 }
|
||||
);
|
||||
};
|
||||
|
@ -61,8 +61,8 @@
|
||||
<span>Created - {data.announcements.incident.createdDate}</span>
|
||||
{#if data.announcements.incident.lastUpdatedDate}
|
||||
<span
|
||||
>Updated - {data.announcements.incident
|
||||
.lastUpdatedDate}</span
|
||||
>Updated - {data.announcements.incident.lastUpdatedDate}
|
||||
UTC</span
|
||||
>
|
||||
{/if}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user