Then, dates in the filesystem that are 1973 are MDS, 1976 are OST, and those
in Aug (1979) are the client. These also conveniently appear as ~
101010101,
~
202020202, and ~
303030303 in unix time format (seconds since epoch).
--- /dev/null
+#!/bin/sh
+[ `hostname` = "uml1" ] && date --set="Mar 14 20:21:41 MDT 1973" #101010101
+[ `hostname` = "uml2" ] && date --set="May 26 22:43:22 MDT 1976" #202020202
+[ `hostname` = "uml3" ] && date --set="Aug 9 01:05:03 MDT 1979" #303030303