// 
// Decompiled by Procyon v0.6.0
// 

package io.sentry;

import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Internal
public final class SentryInstantDateProvider implements SentryDateProvider
{
    @Override
    public SentryDate now() {
        return new SentryInstantDate();
    }
}
