I get result as follow when I execute a sql which includes now()function in VoltDB
select * from test2;
C1
---------------------------
2019-06-29 07:13:38.050000
But,I get another time when I execute a shell command 'date'
[root@localhost config]# date
Sat Jun 29 03:30:09 EDT 2019
How can I make them same?