chuangmingjijing
chuangmingjijing
Friends

Add friends via their profile or user search and you will be able to see if they are online

chuangmingjijing
Added topic can provide a new funtion which can judge a datetime is DaylightSavingTime(DST) or not ,like java
java: ZoneId zoneId = ZoneId.of( "America/New_York" ); LocalDateTime localDateTime = LocalDateTime.of( 2023 , 05 , 30 , 15 , 16 , 17 ); //datetime in java ZonedDateTime zonedDateTime = localDateTime.atZone(zoneId); System. out
chuangmingjijing
Registered at MQL5.community