Dan Svetlov

Results 2 issues of Dan Svetlov

## Describe the bug When timestamps are added using `PipeRegistry.add_timestamps` ([source](https://github.com/rom-rb/rom/blob/master/lib/rom/changeset/pipe_registry.rb#L18)) current time is NOT converted to UTC. `Command::Timestamps` ([source](https://github.com/rom-rb/rom/blob/master/lib/rom/plugins/command/timestamps.rb#L83)), on the other hand, converts the current time to UTC....

bug
help wanted

Hi! This PR consists in a single addition to `Sidekiq::Job.build_client` - this method now checks `Thread.current[:sidekiq_client_class]` before falling back to the client class configured in the job configuration options, or...