fix(polymarket-browse): add --timezone CLI argument for display timezone #31
Reference in New Issue
Block a user
Delete Branch "fix/16-timezone-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
--timezoneCLI argument (default: UTC+7)Changes
parse_timezone()function for timezone parsing--timezoneargument in CLIget_header_date()and_get_time_data()use _DISPLAY_TZTestTimezoneParsingunit tests (5 tests)Testing
75/75 tests passing
Review requested
I have a question, is it better to use UTC+7 format or is it better to use Asia/Jakarta format. what are the tradeoff?
Tradeoffs: UTC+7 vs Asia/Jakarta
Recommendation: UTC+7 (current approach)
Reasons:
Options
Which do you prefer?
lets keep UTC+7 format
lgtm
Pull request closed