view admin/get_current_date.sh @ 12691:6d6285a2a633 octave-forge

use macro ISNAN() instead of C++'s isnan() - because it supports all floating point formats not just double
author schloegl
date Sat, 12 Sep 2015 14:16:39 +0000
parents 3e10bc83ccbf
children
line wrap: on
line source

#!/bin/sh
echo -n `date "+%Y-%m-%d %H:%M:%S%z"`