On the lower level I create LocalDateTime object with user-specified timezone, but then, when I call some methods, I need to convert LocalDateTime to old Date.
How can I do this with saving timezone? I know how to convert from LocalDateTime to Date, I just need to save timezone. 
 
    