You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/06/16 03:01:18 UTC

[GitHub] [shardingsphere-elastic-job-cloud] Technoboy- opened a new issue #29: Question about StatisticManager#getOnlineDate

Technoboy- opened a new issue #29:
URL: https://github.com/apache/shardingsphere-elastic-job-cloud/issues/29


   We hard code '2016-12-16' as the online date, it's not nice to users.
   ```
   private Date getOnlineDate() {
           SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
           try {
               return formatter.parse("2016-12-16");
           } catch (final ParseException ex) {
               return null;
           }
       }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org