mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

#datetime

1 post1 participant0 posts today

Doing “Date” of #Javascript quiz jsdate.wtf/ ; learned …
- Date(“0”) returns fucking 20000101 instead of throwing error or returning 19700101;

- .parse function coerces number to string instead of throwing error or using that as timestamp;

- string that cannot be a date is returned as fucking Date object 🤡;
-- even terrible fun is differing behaviors of .toTimeString, .toISOString functions🤣

- after being primed for “[01]” strings, “2” turns out rather different!

jsdate.wtfnew Date("wtf")How well do you know JavaScript's Date class?

On #iOS (18) there ought to be a way to [Speak Text] time (easy, done) after alarm goes off via “Shortcuts” application!

Ideally spoken time would be alarm action/tone.

Setting the alarm from input is easily done. Combining the 2 needs work.

Could get the time for “alarm”; instead of [Create Alarm For], would calculate the time difference (wrt current time; already done previously for its own use) to [Wait] before “speak-time”.

C# DateTime to SQL Server: Solving Date Formatting Errors in Stored Procedures
Avoid C# DateTime SQL Server errors! Learn how to handle date formatting issues in stored procedures using SqlParameter & error management for seamless data integration. CSharp #.NET #SQLServer #DateTime #Database #Programming
tech-champion.com/database/c-d
Troubleshooting C# DateTime issues when inserting into SQL Server stored...

TECH CHAMPION · C# DateTime to SQL Server: Solving Date Formatting Errors in Stored ProceduresResolve C# DateTime formatting errors in SQL Server stored procedures. This guide helps you reliably store DateTime values fixing common issues with data insertion. C# DateTime SQL Server.