@lingk/sync 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4004,7 +4004,7 @@ module.exports =
4004
4004
  _react2.default.createElement(
4005
4005
  'td',
4006
4006
  null,
4007
- (0, _moment2.default)(file.uploadedTime).format('MMM Do Y, h:mm a')
4007
+ (0, _moment2.default)(file.uploadedTime).format('MMM Do, h:mm a')
4008
4008
  )
4009
4009
  );
4010
4010
  })