Current User Local Date Time in Salesforce Apex
UserInfo.getTimeZone() can be used to get the current user time zone. UserInfo.getTimezone().getOffset() can be used to get the offset between GMT and the local time zone. addSeconds() can be used ....