Añade soporte para manejo de fechas y horas

This commit is contained in:
Manuel Cillero 2025-07-09 20:51:43 +02:00
parent 208ad83bea
commit 0dc9dd6ef1
5 changed files with 165 additions and 14 deletions

View file

@ -48,6 +48,8 @@ pub mod trace;
pub mod html;
// Localización.
pub mod locale;
// Soporte a fechas y horas.
pub mod datetime;
// Gestión del servidor y servicios web.
pub mod service;
// Prepara y ejecuta la aplicación.