Alberne commented on code in PR #9526:
URL: https://github.com/apache/seatunnel/pull/9526#discussion_r2238354771


##########
docs/zh/connector-v2/source/CosFile.md:
##########
@@ -74,6 +74,8 @@ import ChangeLog from '../changelog/connector-file-cos.md';
 | binary_chunk_size                     | int     | 否   | 1024                |
 | binary_complete_file_mode             | boolean | 否   | false               |
 | common-options                        |         | 否   | -                   |
+| file_filter_modified_start  | string  | 否    | -                   | 
按照最后修改时间过滤文件。 要过滤的开始时间(包括改时间),时间格式是:`yyyy-MM-dd HH:mm:ss`, 时区是GMT+8             
                                                                     |
+| file_filter_modified_end    | string  | 否    | -                   | 
按照最后修改时间过滤文件。 要过滤的结束时间(不包括改时间),时间格式是:`yyyy-MM-dd HH:mm:ss`, 时区是GMT+8            
                                                                                
                         |

Review Comment:
   This is China's default time zone, but switching to the system's default 
time zone would be better.​



-- 
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...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to