User Manual

Rack ATS AP44xx User Manual32
date
Access: Super User, Administrator
Description: Get and set the date and time of the system. To configure an NTP server to define the
date and time for the Rack ATS, see “Configure date, time, and daylight savings” on page 113.
Parameters:
Example 1: To display the date:
apc> date
E000: Success
Date: 11/02/2019
Time: 09:06:45
Format: mm/dd/yyyy
Time Zone: -05:00
Example 2: To define the date as November 3, 2019 using the yyyy/mm/dd format:
date -d “2019/11/03”
Example 3: To define the time as 5:21:03 p.m., type:
date -t 05:21:03
Error Message: E000, E100, E102
delete
Access: Super User, Administrator
Description: Delete a file in the file system.
Parameters:
Example:
apc> delete /db/prefs.dat
E000: Success
Error Messages: E000, E102
Option Argument Description
-d <“datestring”> Set the current date. The format must match the current -f setting.
-t <00:00:00> Configure the current time, in hours, minutes, and seconds. Use the 24-hour
clock format.
-f <mm/dd/yy|
dd.mm.yyyy|
mmm-dd-yy|
dd-mmm-yy|
yyyy-mm-dd>
Select the numerical format in which to display all dates in this user interface.
Each letter m (for month), d (for day), and y (for year) represents one digit.
Single-digit days and months are displayed with a leading zero.
-z <time zone
offset>
Set the difference with GMT in order to specify your time zone. This enables
you to synchronize with other people in different time zones.
Argument Description
<file name> Type the name of the file to delete.