ScratchData LogoScratchData
Back to Vaibhs11's profile

Milliseconds to 2027

VAVaibhs11•Created December 29, 2023
Milliseconds to 2027
13
7
443 views
View on Scratch

Description

══════════════════════════════════ Milliseconds to 2027! Click on the stage to show seconds. ══════════════════════════════════ This is a countdown to 2027 accurate to milliseconds, except it counts in milliseconds. This is not normally possible using local time blocks such as "current hour" because they do not have a millisecond option. ══════════════════════════════════ The way this works is that there is a script that I've borrowed from my alt @LemonStreets, which computes UTC time out of days since 2000 blocks. Then the UTC time is converted into milliseconds. Days since 2000 blocks are special because they are accurate to even microseconds and able to update faster than Scratch's frame rate. Next thing to do is convert the UTC to your local time zone, that is done by simply subtracting local hours by UTC hours. After that, convert the time zone to milliseconds and add that to the UTC milliseconds we already have. Last step, calculate the milliseconds left until 2027! ══════════════════════════════════

Project Details

Project ID945074109
CreatedDecember 29, 2023
Last ModifiedFebruary 23, 2025
SharedJanuary 1, 2024
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root