Problem
The message 'date: invalid date" appears when connecting to Access CLISH via ssh. It's a harmless message not impacting Access functionality.
Error Message
Last login: Mon Dec 19 19:32:26 2022 from 192.168.10.1
------------------------------------------------------------------------
| Access Appliance 3340 8.0 |
| |
| Enterprise Edition |
| Warning: Authorized Access Only |------------------------------------------------------------------------
date: invalid date ‘Mon 19 Dec 2022 08:28:45 PM +03’
Access Appliance 3340 8.0 (Sat 09 Apr 2022 02:51:47 AM +03), Installed on
Welcome, admin (Primary). Today's date is Tue Dec 20 11:15:01 +03 2022
URL for accessing the GUI: https://xxx.xxx.xxx.xxx:14161/
va743a-01:~ # cat /opt/VRTSnas/conf/version.conf
8.2.0.000|Fri 26 Mar 2021 07:49:41 AM PDT|Mon 11 Oct 2021 07:56:32 AM PDT|8.2.0.000
8.2.4.000|Mon 04 Apr 2022 11:35:04 AM PDT|Fri 22 Apr 2022 06:08:24 AM PDT|8.2.4.000
8.4.0.000|Sat 09 Apr 2022 02:51:47 AM +03|Mon 19 Dec 2022 08:28:57 PM +03|8.4.0.000
Cause
When a login to Access CLISH is done via ssh the last line of /opt/VRTSnas/conf/version.conf is read.
If the last line contains an unexpected value rather than a valid Timezone acronym (such as PDT, IST, CET etc...) the 'date: invalid date" appears.
Solution
The workaround is to edit /opt/VRTSnas/conf/version.conf and replace the "+03" with any valid Timezone acronym.
In order to avoid facing the issue after another possible upgrade it's recommended to set the Timezone corresponding to the same value which is recognized as a valid acronym.