Calendar.naive_datetime_to_string
You're seeing just the callback
naive_datetime_to_string
, go back to Calendar module for more information.
Link to this callback
naive_datetime_to_string(year, month, day, hour, minute, second, microsecond)
View SourceSpecs
naive_datetime_to_string( year(), month(), day(), hour(), minute(), second(), microsecond() ) :: String.t()
Converts the datetime (without time zone) into a string according to the calendar.