Customizações Avançadas
Bibliotecas
Time
biblioteca para parsear tempo atalhos /#unix /#parse métodos unix \ example usage time unix() \ 1751394335 parse \ @param timestamp the timestamp in integer to be parsing time parse(timestamp) \ example usage time parse(1751394335) \ { \ "hour" 18, \ "year" 2025, \ "month" 7, \ "seconds" 35, \ "month0" 6, \ "minutes" 25, \ "weekday0" 2, \ "day" 1 \ }