Obtenha shell atual de registro de data e hora
// If you want to get unix timestamp, then you need to use:
timestamp=$(date +%s)
GutoTrosla
// If you want to get unix timestamp, then you need to use:
timestamp=$(date +%s)