atmosphere explorer pds.ls
tool typescript atproto
437
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v1.2.3 7 lines 219 B view raw
1const localDateFromTimestamp = (timestamp: number) => 2 new Date(timestamp - new Date().getTimezoneOffset() * 60 * 1000) 3 .toISOString() 4 .split(".")[0] 5 .replace("T", " "); 6 7export { localDateFromTimestamp };