Date Functions

So I know there is a whole module that handles time-related functions. I was trying to do something with the date and haven’t been able to find anything. I hope I didn’t miss something obvious. I checked the time module but didn’t see anything relating to date functions. Thanks!

Like just get the date? it returns date and time. but you can have it return month day date etc. time.star has that too, but look at the source code for some info on syntax too.

the humanize.star module also has a few additional functions to use with the time.star module.

This helped me out a lot: time.star - google/starlark-go - Sourcegraph