标签:a long inf new bsp imp ogg for rtti parse
logger.info("接收的 shiftStartTime:" + shiftStartTime);
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Date date = new Date(Long.parseLong(shiftStartTime));
shiftStartTime = sdf.format(date);
logger.info("转换后的 shiftStartTime:" + shiftStartTime);
标签:a long inf new bsp imp ogg for rtti parse
原文地址:https://www.cnblogs.com/wuyb123/p/10301290.html