mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: apply coding standards to plugins (#10594)
This commit is contained in:
@ -25,7 +25,7 @@ export default class DateWithZoneHelper {
|
||||
"day",
|
||||
"hour",
|
||||
"minute",
|
||||
"second"
|
||||
"second",
|
||||
]),
|
||||
this.timezone
|
||||
);
|
||||
@ -79,7 +79,7 @@ export default class DateWithZoneHelper {
|
||||
minute: datetime.minute(),
|
||||
second: datetime.second(),
|
||||
timezone,
|
||||
localTimezone
|
||||
localTimezone,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user