When we rendering a Instant to form field, we need a certain timezone to format the Instant to a string, which requests the client's timezone information.
Of course we can try to decide it at the place where we convert the Instant to a string, but a better solution is to allow developers to store the zone into context at the beginning of current request context.