Time Libs...any chance at CCTZ based approach?

I know you all get lots of requests for a number of things but I see a number of questions around time, timezones, dst and so on and lets be honest…it isn’t easy. While looking for something that might make handling user timezones easier I came across a great talk at CPPCon 2015 by Greg Miller from Google. He discusses why “epoch shifting” is the wrong approach and what they have done at Google to simplify Time in their C++ codebase (great watch either way). He provides a simple mental model for programming with time and they opensourced their time lib that embraces this mental model. Would love to see this approach brought to Particle but I know it isn’t directly portable as it uses TZINFO.db (large) and chrono.