Registry / utility / osteele-tuesday

osteele-tuesday

JSON →
library1.0.4gogounverified

A Go package that implements a Strftime function compatible with Ruby's Time.strftime.

go get github.com/osteele/tuesday
INSTALL
IMPORT
SIG · OSTEELE-TUESDAY
O
osteele-tuesday
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tuesday
github.com/osteele/tuesday

Format a time.Time using Ruby-compatible strftime format.

package main import ( "fmt" "time" "github.com/osteele/tuesday" ) func main() { t := time.Now() fmt.Println(tuesday.Strftime(t, "%Y-%m-%d %H:%M:%S")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
osteele-tuesday — go get osteele-tuesday · libregistry