https://flyte.org logo
#ask-the-community
Title
# ask-the-community
y

yujinlee

11/04/2022, 4:15 AM
Hello, can I get some advice regarding to contribution in flyte? I want to setup timezone as Asia/Seoul, so I'm considering to add feature to set timezone. I was thinking to set it up in
flyte_config.yaml
as follows:
Copy code
admin:
  # For GRPC endpoints you might want to use dns:///flyte.myexample.com
  endpoint:
  authType: Pkce
  insecure: false
timezone: ??
Any suggestion regarding with this feature? I also wonder which git repository to start in FlyteOrg. Thank You!
s

Shivay Lamba

11/04/2022, 6:06 AM
Hi Mary, thanks for your question. @Yee could we add this as a feature for flytekit
s

Samhita Alla

11/04/2022, 1:50 PM
cc: @Prafulla Mahindrakar
k

Ketan (kumare3)

11/04/2022, 2:32 PM
This is awesome also cc @Eduardo Apolinario (eapolinario) - @yujinlee can you start with a small rfc https://github.com/flyteorg/flyte/tree/master/rfc it does not need to be elaborate
Cc @Samhita Alla this is part of contributor guide right
s

Samhita Alla

11/04/2022, 2:55 PM
y

yujinlee

11/07/2022, 2:20 AM
@Ketan (kumare3) Ok, I will check the github first. Thank you for guide!