Searched refs:rsyncEnd (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/solr/scripts/
H A Dsnappuller236 rsyncEnd=`date +'%Y-%m-%d %H:%M:%S'`
239 endTimestamp=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncEnd" +'%Y%m%d-%H%M%S'`
240 rsyncEndSec=`date -j -f '%Y-%m-%d %H:%M:%S' "$rsyncEnd" +'%s'`
242 endTimestamp=`date -d "$rsyncEnd" +'%Y%m%d-%H%M%S'`
243 rsyncEndSec=`date -d "$rsyncEnd" +'%s'`

Completed in 1211 milliseconds