Expensify / Bedrock

Rock solid distributed database specializing in active/active automatic failover and WAN replication
https://bedrockdb.com
GNU Lesser General Public License v3.0
1.08k stars 82 forks source link

Add `STimestampToEpoch` #1810

Closed jasperhuangg closed 1 month ago

jasperhuangg commented 1 month ago

Details

We use this in a few places in Auth so thought I'd add it to Bedrock to DRY things up a bit. See https://github.com/Expensify/Auth/pull/11569/files for more context

Fixed Issues

Related to https://github.com/Expensify/Expensify/issues/410925

Tests

Tested with https://github.com/Expensify/Auth/pull/11569


Internal Testing Reminder: when changing bedrock, please compile auth against your new changes

jasperhuangg commented 1 month ago

Tyler is OOO, gonna move forward with merging