Closed sudiptob2 closed 2 years ago
From the codeforces API, we can obtain the UNIX timestamp since the use joined in CF. Use this timestamp to calculate the member_since attribute. calculate the attribute in floor(years).
floor(years)
From the codeforces API, we can obtain the UNIX timestamp since the use joined in CF. Use this timestamp to calculate the member_since attribute. calculate the attribute in
floor(years)
.