mcczarny.bsky.social
@mcczarny.bsky.social
#golang

Time Formatting in Golang
`fmt.Println(current_time.Format("2006-01-02 15:04:05"))`

> Layouts must use the reference time Mon Jan 2 15:04:05 MST 2006 to show the pattern with which to format/parse a given time/string.

What...
April 19, 2025 at 3:22 PM
Can we somehow force #Microsoft to stop using random login popups in their apps (both on Windows and MacOS)? It teaches people to politely enter their username and password as soon as any credentials box appears.
January 28, 2025 at 9:14 AM
Pro tip: If you are working with js + node, do not include "node" when looking for a solution. javascript alone will most likely give you a piece of code where "node" will give you yet another dependency for a simple functionality.
December 5, 2024 at 11:26 AM
When you get a feature request to your GitHub action.
(I created the action ~2 years ago for a fun project that I abandoned after a week)
December 3, 2024 at 1:54 PM