They still exist, albeit probably not in BT service.
static long const pulsewidth = 200000000; /* nanoseconds */
/*
- * Minimum gap between pulses. The fastest a Clock No. 36 could emit
- * pulses was once per second, so with a maximum pulse width of
- * 500 ms, that leaves 500 ms between pulses.
+ * Minimum gap between pulses. The fastest a Clock No. 36 can emit
+ * pulses is once per second, so with a maximum pulse width of 500 ms,
+ * that leaves 500 ms between pulses.
*/
static long const gapwidth = 500000000; /* nanoseconds */