leezng commented on code in PR #9356: URL: https://github.com/apache/inlong/pull/9356#discussion_r1409061918
########## inlong-dashboard/src/plugins/sources/defaults/File.ts: ########## @@ -28,6 +28,112 @@ const { I18n } = DataWithBackend; const { FieldDecorator } = RenderRow; const { ColumnDecorator } = RenderList; +const timeZoneList = [ Review Comment: I would suggest using an array, for example `[-12,13].map(...)` loop to generate the data. However, it won't have much impact. -- 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. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org