import { Timestamp } from '@patternfly/react-core';

export const TimestampDefault: React.FunctionComponent = () => (
  <>
    <Timestamp />
    <br />
    <Timestamp shouldDisplayUTC />
  </>
);
