To get the HCP temporal location you can mask off the neighborhood and scale support using ~16383.
Some might prefer to shift right by 14.
Also note, that the bitfields encode a regularized calendar partitioning, where each month has 4 weeks of 7 days, and thus does not line up with the traditional months. Use the API to convert to traditional months.
FYI.
To get the HCP temporal location you can mask off the neighborhood and scale support using ~16383.
Some might prefer to shift right by 14.
Also note, that the bitfields encode a regularized calendar partitioning, where each month has 4 weeks of 7 days, and thus does not line up with the traditional months. Use the API to convert to traditional months.