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=" +
|
"/?key=" +
|
||||||
env.GHOST_API_KEY +
|
env.GHOST_API_KEY +
|
||||||
"&include=authors,tags&limit=all&formats=html,plaintext" +
|
"&include=authors,tags&limit=all&formats=html,plaintext" +
|
||||||
(additional ? additional : ""),
|
additional || "",
|
||||||
{ httpsAgent: agent, timeout: 10000 }
|
{ httpsAgent: agent, timeout: 10000 }
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -61,8 +61,8 @@
|
|||||||
<span>Created - {data.announcements.incident.createdDate}</span>
|
<span>Created - {data.announcements.incident.createdDate}</span>
|
||||||
{#if data.announcements.incident.lastUpdatedDate}
|
{#if data.announcements.incident.lastUpdatedDate}
|
||||||
<span
|
<span
|
||||||
>Updated - {data.announcements.incident
|
>Updated - {data.announcements.incident.lastUpdatedDate}
|
||||||
.lastUpdatedDate}</span
|
UTC</span
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user