#-----------------------------------------------------------------------------
# /var/install/include/eistime
# Copyright (c) 2001-2013 The Eisfair Team <team@eisfair.org>
#-----------------------------------------------------------------------------
# date and time in ISO 8601 notation
# ${EISDATE}
# ${EISTIME}
#----------------------------------------------------------------------------
EISDATE=$(/bin/date +%Y-%m-%d)
EISTIME=$(/bin/date +%H:%M:%S)