Translations by Federico Panunzio

Federico Panunzio has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

12 of 2 results
461.
%k hour, space padded ( 0..23); same as %_H %l hour, space padded ( 1..12); same as %_I %m month (01..12) %M minute (00..59)
2012-04-07
%k hour, space padded ( 0..23); same as %_H %l hour, space padded ( 1..12); same as %_I %m month (01..12) %M minute (00..59) %k hora, espacio de relleno (0.23); al igual que %_H %l hora, espacio de relleno (1..12); al igual que %_I %m mes (01..12) %M minuto (00.59)
469.
Examples: Convert seconds since the epoch (1970-01-01 UTC) to a date $ date --date='@2147483647' Show the time on the west coast of the US (use tzselect(1) to find TZ) $ TZ='America/Los_Angeles' date Show the local time for 9AM next Friday on the west coast of the US $ date --date='TZ="America/Los_Angeles" 09:00 next Fri'
2012-04-07
Ejemplos: Convertir segundos desde la época (1970-01-01 UTC) a una fecha $ fecha --fecha='@2147483647' Mostrar la hora en la costa oeste de los Estados Unidos (usar tzselect(1) para encontrar TZ) $ TZ="Estados_Unidos/Los_Angeles" fecha Mostrar la hora local para el proximo viernes 9AM en la costa oeste de los Estados Unidos $fecha --fecha='TZ="Estados_Unidos/Los_Angeles" 09:00 próximo Viernes'