File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11071107 "img" : " https://upload-os-bbs.hoyolab.com/upload/2022/02/14/1015537/a7d417caff8800b39e73cfd2153441a8_3162259087659744231.jpg" ,
11081108 "start" : " 2022-02-17 10:00:00" ,
11091109 "end" : " 2022-03-30 06:00:00" ,
1110+ "end_server" : false ,
11101111 "reminder" : " end"
11111112 },
11121113 {
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ function endTimes(e: Event) {
327327 if ( ! e . end ) return ""
328328
329329 if ( ! isServerTimeEnd ( e ) )
330- return relativeTimestampFromString ( e . end , e . timezone )
330+ return `Global: ${ relativeTimestampFromString ( e . end , e . timezone ) } `
331331
332332 // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
333333 return getServerTimeInfo ( ) . map ( st => `${ st . server } : ${ relativeTimestampFromString ( e . end ! , `${ st . offset . split ( "" ) . join ( "0" ) } :00` ) } ` ) . join ( "\n" )
You can’t perform that action at this time.
0 commit comments