#!/bin/sh

case `/bin/athena/machtype` in
	rsaix) /bin/date -u +date -u +'%a %b %d %T %Z %Y' ;;
	*) /bin/date -u
esac
